#A255CB

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

Shades of Deep Lilac #A255CB

Tints of Deep Lilac #A255CB

Color information

#A255CB (or 0xA255CB) is unknown color: approx Deep Lilac. HEX triplet: A2, 55 and CB. RGB value is (162,85,203). Sum of RGB (Red+Green+Blue) = 162+85+203=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #A255CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255CB is #5DAA34. Grayscale: #797979. Windows color (decimal): -6138421 or 13325730. OLE color: 13325730.

HSL color Cylindrical-coordinate representation of color #A255CB: hue angle of 279.15º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A255CB is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16285203-
CMYK0.200.5800.20
HSL279.15º53.15%56.47%-
HSV(B)279.15º58.13%79.61%-
XYZ28.9318.4958.54-
YUV121.48174.01156.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 85 (33.59% from 255) = 18.89%
BLUE value IS 203 (79.69% from 255) = 45.11%
R=36%
G=18.89%
B=45.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162852030.200.5800.20279.1553.1556.47
HexA255CB143A0141173538
Octal24212531324720244276570
Binary1010001010101011100101110100111010010100100010111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A255CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A255CB; }

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

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

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

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

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

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

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

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