#A95EBA

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

Shades of Deep Lilac #A95EBA

Tints of Deep Lilac #A95EBA

Color information

#A95EBA (or 0xA95EBA) is unknown color: approx Deep Lilac. HEX triplet: A9, 5E and BA. RGB value is (169,94,186). Sum of RGB (Red+Green+Blue) = 169+94+186=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #A95EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95EBA is #56A145. Grayscale: #7E7E7E. Windows color (decimal): -5677382 or 12213929. OLE color: 12213929.

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

Color convert

RGB16994186-
CMYK0.090.4900.27
HSL288.91º40%54.9%-
HSV(B)288.91º49.46%72.94%-
XYZ29.2319.9948.77-
YUV126.91161.35158.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 94 (37.11% from 255) = 20.94%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=37.64%
G=20.94%
B=41.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169941860.090.4900.27288.914054.9
HexA95EBA93101B1212837
Octal25113627211610334415067
Binary101010011011110101110101001110001011011100100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95EBA; }

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

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

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

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

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

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

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

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