#A249B6

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

Shades of Deep Lilac #A249B6

Tints of Deep Lilac #A249B6

Color information

#A249B6 (or 0xA249B6) is unknown color: approx Deep Lilac. HEX triplet: A2, 49 and B6. RGB value is (162,73,182). Sum of RGB (Red+Green+Blue) = 162+73+182=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #A249B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249B6 is #5DB649. Grayscale: #6F6F6F. Windows color (decimal): -6141514 or 11946402. OLE color: 11946402.

HSL color Cylindrical-coordinate representation of color #A249B6: hue angle of 288.99º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A249B6 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16273182-
CMYK0.110.6000.29
HSL288.99º42.75%50%-
HSV(B)288.99º59.89%71.37%-
XYZ25.7315.8245.95-
YUV112.04167.49163.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 73 (28.91% from 255) = 17.51%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=38.85%
G=17.51%
B=43.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162731820.110.6000.29288.9942.7550
HexA249B6B3C01D1212b32
Octal24211126613740354415362
Binary101000101001001101101101011111100011101100100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A249B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A249B6; }

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

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

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

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

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

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

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

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