#A96EBA

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

Shades of Deep Lilac #A96EBA

Tints of Deep Lilac #A96EBA

Color information

#A96EBA (or 0xA96EBA) is unknown color: approx Deep Lilac. HEX triplet: A9, 6E and BA. RGB value is (169,110,186). Sum of RGB (Red+Green+Blue) = 169+110+186=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A96EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EBA is #569145. Grayscale: #888888. Windows color (decimal): -5673286 or 12218025. OLE color: 12218025.

HSL color Cylindrical-coordinate representation of color #A96EBA: hue angle of 286.58º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96EBA is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169110186-
CMYK0.090.4100.27
HSL286.58º35.51%58.04%-
HSV(B)286.58º40.86%72.94%-
XYZ30.823.1349.3-
YUV136.3156.05151.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 110 (43.36% from 255) = 23.66%
BLUE value IS 186 (73.05% from 255) = 40%
R=36.34%
G=23.66%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691101860.090.4100.27286.5835.5158.04
HexA96EBA92901B11f243a
Octal25115627211510334374472
Binary101010011101110101110101001101001011011100011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EBA; }

 p { color: rgb(169,110,186); }

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

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

 a { background-color: rgb(169,110,186); }

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

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

 span { border-color: rgb(169,110,186); }

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