COLOR #A550D0

HEX: #A550D0 RGB: (165,80,208)

Color info

#A550D0 contains mainly red and blue colors. Web safe color of #A550D0 is #9966CC (or #96C).

RGB color model

#A550D0 color RGB value is (165,80,208).

RGB: (165,80,208) (65%, 31%, 82%)

RGB channels and saturation

R 165 of 255 = 65%
G 80 of 255 = 31%
B 208 of 255 = 82%

165
80
208

R + G + B ~ 59%. #A550D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 80 + 208 = 453 (100%)
R 165 of 453 ~ 36.42%
G 80 of 453 ~ 17.66%
B 208 of 453 ~ 45.92'%

%36.42
%17.66
%45.92

CMYK color model

#A550D0 color CMYK value is (21,62,0,18).

  • cyan value is 20.67%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (21,62,0,18)
C21M62Y0K18 (21%, 62%, 0%, 18%)
(0.21 / 0.62 / 0.00 / 0.18)

CMYK percentages

%20.67
%61.54
%0
%18.43

Codes

Color #A550D0 in popluar color models

A5 50 D0
RGB 165 80 208
HSL 280° 57.66% 56.47%
HSB/HSV 280° 61.54% 81.57%
CMYK 20.67% 61.54% 0.00%
18.43%

Color #A550D0 in popluar number systems.

HEX A5 50 D0
Decimal 165 80 208
Binary 10100101 1010000 11010000
Octal 245 120 320

Shades and tints

Shades of #A550D0

#A550D0
(165,80,208)
#9649BE
(150,73,190)
#8742AC
(135,66,172)
#783B9A
(120,59,154)
#693488
(105,52,136)
#5A2D76
(90,45,118)
#4B2664
(75,38,100)
#3C1F52
(60,31,82)
#2D1840
(45,24,64)
#1E112E
(30,17,46)
#0F0A1C
(15,10,28)
#000000
(0,0,0)

Tints of #A550D0

#A550D0
(165,80,208)
#AD5FD4
(173,95,212)
#B56ED8
(181,110,216)
#BD7DDC
(189,125,220)
#C58CE0
(197,140,224)
#CD9BE4
(205,155,228)
#D5AAE8
(213,170,232)
#DDB9EC
(221,185,236)
#E5C8F0
(229,200,240)
#EDD7F4
(237,215,244)
#F5E6F8
(245,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A550D0 color. Also use rgb(165,80,208) instead hex code.

Text Font Color

.myTextColor { color: #A550D0; }

<p style="color:#A550D0">This sample text font color is #A550D0.</p>

This text font color is #A550D0.

Background Color

.myBgColor { background-color: #A550D0; }

<div style="background-color:#A550D0">Inner text</div>

This div background color is #A550D0.

Border color

.myBorderColor { border: 1px solid #A550D0; }

<div style="border:3px solid #A550D0">Div</div>

This div border color is #A550D0.

Opacity

.myOpacity80 { color: #A550D0; opacity: 0.8; }

<p style="color:#A550D0;opacity:0.8;">80%</p>

Text with #A550D0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A550D0;}

<p style="text-shadow: 3px 3px 1px #A550D0">Text here.</p>

This text has shadow with #A550D0 color.


.textShadow {text-shadow: 3px 3px 1px #A550D0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A550D0, 5px 5px 20px red">Text here.</p>

This text has shadow with #A550D0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A550D0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A550D0, Direction=45, Strength=4)">Text</p>

This text has shadow with #A550D0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A550D0;
-webkit-box-shadow: 1px 1px 3px 2px #A550D0;
box-shadow: 1px 1px 3px 2px #A550D0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A550D0; -webkit-box-shadow: 1px 1px 3px 2px #A550D0; box-shadow:1px 1px 3px 2px #A550D0;">
Div content here
</div>

This div box has shadow with color #A550D0.

Preview

Color preview on black background

This text has color #A550D0 on black background.


Color preview on white background

This text has color #A550D0 on white background.


Black color preview on #A550D0 background

This text has black color on #A550D0 background.


White color preview on #A550D0 background

This text has white color on #A550D0 background.


Related colors

Complementary color

Complementary color for #hex is #5AAF2F.


I love getcolorcode.com

Triadic colors

1 #D0A550 and #50D0A5 with #A550D0 are triadic colors.

2 #D050A5 and #50A5D0 with #A550D0 are triadic colors.