#A255B6

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

Shades of Deep Lilac #A255B6

Tints of Deep Lilac #A255B6

Color information

#A255B6 (or 0xA255B6) is unknown color: approx Deep Lilac. HEX triplet: A2, 55 and B6. RGB value is (162,85,182). Sum of RGB (Red+Green+Blue) = 162+85+182=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: blue. Hex color #A255B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255B6 is #5DAA49. Grayscale: #767676. Windows color (decimal): -6138442 or 11949474. OLE color: 11949474.

HSL color Cylindrical-coordinate representation of color #A255B6: hue angle of 287.63º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A255B6 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16285182-
CMYK0.110.5300.29
HSL287.63º39.92%52.35%-
HSV(B)287.63º53.3%71.37%-
XYZ26.5917.5646.24-
YUV119.08163.51158.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 85 (33.59% from 255) = 19.81%
BLUE value IS 182 (71.48% from 255) = 42.42%
R=37.76%
G=19.81%
B=42.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162851820.110.5300.29287.6339.9252.35
HexA255B6B3501D1202834
Octal24212526613650354405064
Binary101000101010101101101101011110101011101100100000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A255B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A255B6; }

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

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

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

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

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

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

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

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