#A95DC0

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

Shades of Deep Lilac #A95DC0

Tints of Deep Lilac #A95DC0

Color information

#A95DC0 (or 0xA95DC0) is unknown color: approx Deep Lilac. HEX triplet: A9, 5D and C0. RGB value is (169,93,192). Sum of RGB (Red+Green+Blue) = 169+93+192=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #A95DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DC0 is #56A23F. Grayscale: #7E7E7E. Windows color (decimal): -5677632 or 12606889. OLE color: 12606889.

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

Color convert

RGB16993192-
CMYK0.120.5200.25
HSL286.06º44%55.88%-
HSV(B)286.06º51.56%75.29%-
XYZ29.7920.0752.17-
YUV127.01164.68157.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 192 (75.39% from 255) = 42.29%
R=37.22%
G=20.48%
B=42.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169931920.120.5200.25286.064455.88
HexA95DC0C3401911e2c38
Octal25113530014640314365470
Binary101010011011101110000001100110100011001100011110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95DC0; }

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

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

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

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

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

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

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

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