#A949BA

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

Shades of Deep Lilac #A949BA

Tints of Deep Lilac #A949BA

Color information

#A949BA (or 0xA949BA) is unknown color: approx Deep Lilac. HEX triplet: A9, 49 and BA. RGB value is (169,73,186). Sum of RGB (Red+Green+Blue) = 169+73+186=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #A949BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949BA is #56B645. Grayscale: #727272. Windows color (decimal): -5682758 or 12208553. OLE color: 12208553.

HSL color Cylindrical-coordinate representation of color #A949BA: hue angle of 290.97º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A949BA is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16973186-
CMYK0.090.6100.27
HSL290.97º45.02%50.78%-
HSV(B)290.97º60.75%72.94%-
XYZ27.6116.7548.23-
YUV114.59168.3166.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 73 (28.91% from 255) = 17.06%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=39.49%
G=17.06%
B=43.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169731860.090.6100.27290.9745.0250.78
HexA949BA93D01B1232d33
Octal25111127211750334435563
Binary101010011001001101110101001111101011011100100011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A949BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A949BA; }

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

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

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

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

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

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

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

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