#A95EB6

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

Shades of Deep Lilac #A95EB6

Tints of Deep Lilac #A95EB6

Color information

#A95EB6 (or 0xA95EB6) is unknown color: approx Deep Lilac. HEX triplet: A9, 5E and B6. RGB value is (169,94,182). Sum of RGB (Red+Green+Blue) = 169+94+182=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 182 - color contains mainly: blue. Hex color #A95EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95EB6 is #56A149. Grayscale: #7E7E7E. Windows color (decimal): -5677386 or 11951785. OLE color: 11951785.

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

Color convert

RGB16994182-
CMYK0.070.4800.29
HSL291.14º37.61%54.12%-
HSV(B)291.14º48.35%71.37%-
XYZ28.8119.8246.56-
YUV126.46159.35158.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 94 (37.11% from 255) = 21.12%
BLUE value IS 182 (71.48% from 255) = 40.90%
R=37.98%
G=21.12%
B=40.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169941820.070.4800.29291.1437.6154.12
HexA95EB673001D1232636
Octal2511362667600354434666
Binary10101001101111010110110111110000011101100100011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95EB6; }

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

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

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

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

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

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

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

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