#A249B9

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

Shades of Deep Lilac #A249B9

Tints of Deep Lilac #A249B9

Color information

#A249B9 (or 0xA249B9) is unknown color: approx Deep Lilac. HEX triplet: A2, 49 and B9. RGB value is (162,73,185). Sum of RGB (Red+Green+Blue) = 162+73+185=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #A249B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249B9 is #5DB646. Grayscale: #707070. Windows color (decimal): -6141511 or 12143010. OLE color: 12143010.

HSL color Cylindrical-coordinate representation of color #A249B9: hue angle of 287.68º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A249B9 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16273185-
CMYK0.120.6100.27
HSL287.68º44.44%50.59%-
HSV(B)287.68º60.54%72.55%-
XYZ26.0415.9547.61-
YUV112.38168.99163.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 185 (72.66% from 255) = 44.05%
R=38.57%
G=17.38%
B=44.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162731850.120.6100.27287.6844.4450.59
HexA249B9C3D01B1202c33
Octal24211127114750334405463
Binary101000101001001101110011100111101011011100100000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A249B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A249B9; }

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

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

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

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

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

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

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

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