#A951BF

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

Shades of Deep Lilac #A951BF

Tints of Deep Lilac #A951BF

Color information

#A951BF (or 0xA951BF) is unknown color: approx Deep Lilac. HEX triplet: A9, 51 and BF. RGB value is (169,81,191). Sum of RGB (Red+Green+Blue) = 169+81+191=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #A951BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951BF is #56AE40. Grayscale: #777777. Windows color (decimal): -5680705 or 12538281. OLE color: 12538281.

HSL color Cylindrical-coordinate representation of color #A951BF: hue angle of 288º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A951BF is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16981191-
CMYK0.120.5800.25
HSL288º46.22%53.33%-
HSV(B)288º57.59%74.9%-
XYZ28.7118.0851.27-
YUV119.85168.15163.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 191 (75% from 255) = 43.31%
R=38.32%
G=18.37%
B=43.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169811910.120.5800.2528846.2253.33
HexA951BFC3A0191202e35
Octal25112127714720314405665
Binary101010011010001101111111100111010011001100100000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A951BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A951BF; }

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

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

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

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

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

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

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

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