#A949B2

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

Shades of Deep Lilac #A949B2

Tints of Deep Lilac #A949B2

Color information

#A949B2 (or 0xA949B2) is unknown color: approx Deep Lilac. HEX triplet: A9, 49 and B2. RGB value is (169,73,178). Sum of RGB (Red+Green+Blue) = 169+73+178=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 178 - color contains mainly: blue. Hex color #A949B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A949B2 is #56B64D. Grayscale: #717171. Windows color (decimal): -5682766 or 11684265. OLE color: 11684265.

HSL color Cylindrical-coordinate representation of color #A949B2: hue angle of 294.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A949B2 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16973178-
CMYK0.050.5900.30
HSL294.86º41.83%49.22%-
HSV(B)294.86º58.99%69.8%-
XYZ26.7816.4143.88-
YUV113.67164.3167.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 178 (69.92% from 255) = 42.38%
R=40.24%
G=17.38%
B=42.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169731780.050.5900.30294.8641.8349.22
HexA949B253B01E1272a31
Octal2511112625730364475261
Binary10101001100100110110010101111011011110100100111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A949B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A949B2; }

 p { color: rgb(169,73,178); }

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

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

 a { background-color: rgb(169,73,178); }

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

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

 span { border-color: rgb(169,73,178); }

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