#A249BD

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

Shades of Deep Lilac #A249BD

Tints of Deep Lilac #A249BD

Color information

#A249BD (or 0xA249BD) is unknown color: approx Deep Lilac. HEX triplet: A2, 49 and BD. RGB value is (162,73,189). Sum of RGB (Red+Green+Blue) = 162+73+189=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #A249BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249BD is #5DB642. Grayscale: #707070. Windows color (decimal): -6141507 or 12405154. OLE color: 12405154.

HSL color Cylindrical-coordinate representation of color #A249BD: hue angle of 286.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A249BD is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16273189-
CMYK0.140.6100.26
HSL286.03º46.77%51.37%-
HSV(B)286.03º61.38%74.12%-
XYZ26.4716.1249.86-
YUV112.83170.99163.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 73 (28.91% from 255) = 17.22%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=38.21%
G=17.22%
B=44.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162731890.140.6100.26286.0346.7751.37
HexA249BDE3D01A11e2f33
Octal24211127516750324365763
Binary101000101001001101111011110111101011010100011110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A249BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A249BD; }

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

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

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

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

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

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

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

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