#A255CF

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

Shades of Deep Lilac #A255CF

Tints of Deep Lilac #A255CF

Color information

#A255CF (or 0xA255CF) is unknown color: approx Deep Lilac. HEX triplet: A2, 55 and CF. RGB value is (162,85,207). Sum of RGB (Red+Green+Blue) = 162+85+207=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #A255CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255CF is #5DAA30. Grayscale: #797979. Windows color (decimal): -6138417 or 13587874. OLE color: 13587874.

HSL color Cylindrical-coordinate representation of color #A255CF: hue angle of 277.87º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A255CF is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16285207-
CMYK0.220.5900.19
HSL277.87º55.96%57.25%-
HSV(B)277.87º58.94%81.18%-
XYZ29.4118.6861.09-
YUV121.93176.01156.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 85 (33.59% from 255) = 18.72%
BLUE value IS 207 (81.25% from 255) = 45.59%
R=35.68%
G=18.72%
B=45.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162852070.220.5900.19277.8755.9657.25
HexA255CF163B0131163839
Octal24212531726730234267071
Binary1010001010101011100111110110111011010011100010110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A255CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A255CF; }

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

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

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

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

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

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

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

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