#A95EC6

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

Shades of Deep Lilac #A95EC6

Tints of Deep Lilac #A95EC6

Color information

#A95EC6 (or 0xA95EC6) is unknown color: approx Deep Lilac. HEX triplet: A9, 5E and C6. RGB value is (169,94,198). Sum of RGB (Red+Green+Blue) = 169+94+198=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #A95EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95EC6 is #56A139. Grayscale: #7F7F7F. Windows color (decimal): -5677370 or 13000361. OLE color: 13000361.

HSL color Cylindrical-coordinate representation of color #A95EC6: hue angle of 283.27º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A95EC6 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16994198-
CMYK0.150.5300.22
HSL283.27º47.71%57.25%-
HSV(B)283.27º52.53%77.65%-
XYZ30.5620.5255.78-
YUV128.28167.35157.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 94 (37.11% from 255) = 20.39%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=36.66%
G=20.39%
B=42.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169941980.150.5300.22283.2747.7157.25
HexA95EC6F3501611b3039
Octal25113630617650264336071
Binary101010011011110110001101111110101010110100011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95EC6; }

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

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

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

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

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

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

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

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