#A249CA

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

Shades of Deep Lilac #A249CA

Tints of Deep Lilac #A249CA

Color information

#A249CA (or 0xA249CA) is unknown color: approx Deep Lilac. HEX triplet: A2, 49 and CA. RGB value is (162,73,202). Sum of RGB (Red+Green+Blue) = 162+73+202=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #A249CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249CA is #5DB635. Grayscale: #717171. Windows color (decimal): -6141494 or 13257122. OLE color: 13257122.

HSL color Cylindrical-coordinate representation of color #A249CA: hue angle of 281.4º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A249CA is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16273202-
CMYK0.200.6400.21
HSL281.4º54.89%53.92%-
HSV(B)281.4º63.86%79.22%-
XYZ27.9416.7157.63-
YUV114.32177.49162.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 73 (28.91% from 255) = 16.70%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=37.07%
G=16.70%
B=46.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162732020.200.6400.21281.454.8953.92
HexA249CA14400151193736
Octal242111312241000254316766
Binary10100010100100111001010101001000000010101100011001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A249CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A249CA; }

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

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

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

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

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

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

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

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