#A555CA

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

Shades of Deep Lilac #A555CA

Tints of Deep Lilac #A555CA

Color information

#A555CA (or 0xA555CA) is unknown color: approx Deep Lilac. HEX triplet: A5, 55 and CA. RGB value is (165,85,202). Sum of RGB (Red+Green+Blue) = 165+85+202=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #A555CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555CA is #5AAA35. Grayscale: #797979. Windows color (decimal): -5941814 or 13260197. OLE color: 13260197.

HSL color Cylindrical-coordinate representation of color #A555CA: hue angle of 281.03º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A555CA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16585202-
CMYK0.180.5800.21
HSL281.03º52.47%56.27%-
HSV(B)281.03º57.92%79.22%-
XYZ29.4318.7657.95-
YUV122.26173158.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 85 (33.59% from 255) = 18.81%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=36.50%
G=18.81%
B=44.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165852020.180.5800.21281.0352.4756.27
HexA555CA123A0151193438
Octal24512531222720254316470
Binary1010010110101011100101010010111010010101100011001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A555CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A555CA; }

 p { color: rgb(165,85,202); }

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

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

 a { background-color: rgb(165,85,202); }

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

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

 span { border-color: rgb(165,85,202); }

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