#A550CC

Color #A550CC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A550CC

Tints of Deep Lilac #A550CC

Color information

#A550CC (or 0xA550CC) is unknown color: approx Deep Lilac. HEX triplet: A5, 50 and CC. RGB value is (165,80,204). Sum of RGB (Red+Green+Blue) = 165+80+204=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #A550CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550CC is #5AAF33. Grayscale: #777777. Windows color (decimal): -5943092 or 13389989. OLE color: 13389989.

HSL color Cylindrical-coordinate representation of color #A550CC: hue angle of 281.13º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A550CC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16580204-
CMYK0.190.6100.2
HSL281.13º54.87%55.69%-
HSV(B)281.13º60.78%80%-
XYZ29.2818.159.08-
YUV119.55175.66160.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 36.75%
GREEN value IS 80 (31.64% from 255) = 17.82%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=36.75%
G=17.82%
B=45.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165802040.190.6100.2281.1354.8755.69
HexA550CC133D0141193738
Octal24512031423750244316770
Binary1010010110100001100110010011111101010100100011001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A550CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A550CC; }

 p { color: rgb(165,80,204); }

 H1.HeaderClassName
 {
   color: #A550CC;
 }
 .AnyTagClassName
 {
   color: #A550CC;
 }
</style>
background-color css

<style>
 a { background-color: #A550CC; }

 a { background-color: rgb(165,80,204); }

 div.DivClassName
 {
   background-color: #A550CC;
 }
 .BgClassName
 {
   background-color: #A550CC;
 }
</style>
border-color css

<style>
 span { border-color: #A550CC; }

 span { border-color: rgb(165,80,204); }

 td.TdClassName
 {
   border-color: #A550CC;
 }
 .TagClassName
 {
   border-color: #A550CC;
 }
</style>