#A249B0

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

Shades of Deep Lilac #A249B0

Tints of Deep Lilac #A249B0

Color information

#A249B0 (or 0xA249B0) is unknown color: approx Deep Lilac. HEX triplet: A2, 49 and B0. RGB value is (162,73,176). Sum of RGB (Red+Green+Blue) = 162+73+176=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 176 - color contains mainly: blue. Hex color #A249B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A249B0 is #5DB64F. Grayscale: #6F6F6F. Windows color (decimal): -6141520 or 11553186. OLE color: 11553186.

HSL color Cylindrical-coordinate representation of color #A249B0: hue angle of 291.84º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A249B0 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16273176-
CMYK0.080.5900.31
HSL291.84º41.37%48.82%-
HSV(B)291.84º58.52%69.02%-
XYZ25.1215.5842.76-
YUV111.35164.49164.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 73 (28.91% from 255) = 17.76%
BLUE value IS 176 (69.14% from 255) = 42.82%
R=39.42%
G=17.76%
B=42.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162731760.080.5900.31291.8441.3748.82
HexA249B083B01F1242931
Octal24211126010730374445161
Binary101000101001001101100001000111011011111100100100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A249B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A249B0; }

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

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

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

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

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

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

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

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