#A255CA

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

Shades of Deep Lilac #A255CA

Tints of Deep Lilac #A255CA

Color information

#A255CA (or 0xA255CA) is unknown color: approx Deep Lilac. HEX triplet: A2, 55 and CA. RGB value is (162,85,202). Sum of RGB (Red+Green+Blue) = 162+85+202=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #A255CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255CA is #5DAA35. Grayscale: #787878. Windows color (decimal): -6138422 or 13260194. OLE color: 13260194.

HSL color Cylindrical-coordinate representation of color #A255CA: hue angle of 279.49º 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 #A255CA is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16285202-
CMYK0.200.5800.21
HSL279.49º52.47%56.27%-
HSV(B)279.49º57.92%79.22%-
XYZ28.8118.4457.92-
YUV121.36173.51156.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=36.08%
G=18.93%
B=44.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162852020.200.5800.21279.4952.4756.27
HexA255CA143A0151173438
Octal24212531224720254276470
Binary1010001010101011100101010100111010010101100010111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A255CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A255CA; }

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

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

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

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

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

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

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

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