#A249C0

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

Shades of Deep Lilac #A249C0

Tints of Deep Lilac #A249C0

Color information

#A249C0 (or 0xA249C0) is unknown color: approx Deep Lilac. HEX triplet: A2, 49 and C0. RGB value is (162,73,192). Sum of RGB (Red+Green+Blue) = 162+73+192=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #A249C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249C0 is #5DB63F. Grayscale: #707070. Windows color (decimal): -6141504 or 12601762. OLE color: 12601762.

HSL color Cylindrical-coordinate representation of color #A249C0: hue angle of 284.87º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A249C0 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16273192-
CMYK0.160.6200.25
HSL284.87º48.57%51.96%-
HSV(B)284.87º61.98%75.29%-
XYZ26.816.2551.59-
YUV113.18172.49162.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 192 (75.39% from 255) = 44.96%
R=37.94%
G=17.10%
B=44.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162731920.160.6200.25284.8748.5751.96
HexA249C0103E01911d3134
Octal24211130020760314356164
Binary1010001010010011100000010000111110011001100011101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A249C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A249C0; }

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

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

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

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

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

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

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

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