#A949B5

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

Shades of Deep Lilac #A949B5

Tints of Deep Lilac #A949B5

Color information

#A949B5 (or 0xA949B5) is unknown color: approx Deep Lilac. HEX triplet: A9, 49 and B5. RGB value is (169,73,181). Sum of RGB (Red+Green+Blue) = 169+73+181=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 181 - color contains mainly: blue. Hex color #A949B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949B5 is #56B64A. Grayscale: #717171. Windows color (decimal): -5682763 or 11880873. OLE color: 11880873.

HSL color Cylindrical-coordinate representation of color #A949B5: hue angle of 293.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A949B5 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16973181-
CMYK0.070.6000.29
HSL293.33º42.52%49.8%-
HSV(B)293.33º59.67%70.98%-
XYZ27.0916.5445.48-
YUV114.02165.8167.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 73 (28.91% from 255) = 17.26%
BLUE value IS 181 (71.09% from 255) = 42.79%
R=39.95%
G=17.26%
B=42.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169731810.070.6000.29293.3342.5249.8
HexA949B573C01D1252b32
Octal2511112657740354455362
Binary10101001100100110110101111111100011101100100101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A949B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A949B5; }

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

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

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

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

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

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

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

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