#A95EBB

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

Shades of Deep Lilac #A95EBB

Tints of Deep Lilac #A95EBB

Color information

#A95EBB (or 0xA95EBB) is unknown color: approx Deep Lilac. HEX triplet: A9, 5E and BB. RGB value is (169,94,187). Sum of RGB (Red+Green+Blue) = 169+94+187=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #A95EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95EBB is #56A144. Grayscale: #7E7E7E. Windows color (decimal): -5677381 or 12279465. OLE color: 12279465.

HSL color Cylindrical-coordinate representation of color #A95EBB: hue angle of 288.39º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95EBB is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16994187-
CMYK0.100.5000.27
HSL288.39º40.61%55.1%-
HSV(B)288.39º49.73%73.33%-
XYZ29.3320.0349.33-
YUV127.03161.85157.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 94 (37.11% from 255) = 20.89%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=37.56%
G=20.89%
B=41.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169941870.100.5000.27288.3940.6155.1
HexA95EBBA3201B1202937
Octal25113627312620334405167
Binary101010011011110101110111010110010011011100100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95EBB; }

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

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

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

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

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

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

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

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