#A95DB6

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

Shades of Deep Lilac #A95DB6

Tints of Deep Lilac #A95DB6

Color information

#A95DB6 (or 0xA95DB6) is unknown color: approx Deep Lilac. HEX triplet: A9, 5D and B6. RGB value is (169,93,182). Sum of RGB (Red+Green+Blue) = 169+93+182=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #A95DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DB6 is #56A249. Grayscale: #7D7D7D. Windows color (decimal): -5677642 or 11951529. OLE color: 11951529.

HSL color Cylindrical-coordinate representation of color #A95DB6: hue angle of 291.24º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A95DB6 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16993182-
CMYK0.070.4900.29
HSL291.24º37.87%53.92%-
HSV(B)291.24º48.9%71.37%-
XYZ28.7219.6446.53-
YUV125.87159.68158.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 182 (71.48% from 255) = 40.99%
R=38.06%
G=20.95%
B=40.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169931820.070.4900.29291.2437.8753.92
HexA95DB673101D1232636
Octal2511352667610354434666
Binary10101001101110110110110111110001011101100100011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95DB6; }

 p { color: rgb(169,93,182); }

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

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

 a { background-color: rgb(169,93,182); }

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

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

 span { border-color: rgb(169,93,182); }

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