#A951BA

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

Shades of Deep Lilac #A951BA

Tints of Deep Lilac #A951BA

Color information

#A951BA (or 0xA951BA) is unknown color: approx Deep Lilac. HEX triplet: A9, 51 and BA. RGB value is (169,81,186). Sum of RGB (Red+Green+Blue) = 169+81+186=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #A951BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951BA is #56AE45. Grayscale: #767676. Windows color (decimal): -5680710 or 12210601. OLE color: 12210601.

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

Color convert

RGB16981186-
CMYK0.090.5600.27
HSL290.29º43.21%52.35%-
HSV(B)290.29º56.45%72.94%-
XYZ28.1717.8748.42-
YUV119.28165.65163.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 81 (32.03% from 255) = 18.58%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=38.76%
G=18.58%
B=42.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169811860.090.5600.27290.2943.2152.35
HexA951BA93801B1222b34
Octal25112127211700334425364
Binary101010011010001101110101001111000011011100100010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A951BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A951BA; }

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

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

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

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

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

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

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

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