#A95ABF

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

Shades of Deep Lilac #A95ABF

Tints of Deep Lilac #A95ABF

Color information

#A95ABF (or 0xA95ABF) is unknown color: approx Deep Lilac. HEX triplet: A9, 5A and BF. RGB value is (169,90,191). Sum of RGB (Red+Green+Blue) = 169+90+191=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #A95ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ABF is #56A540. Grayscale: #7C7C7C. Windows color (decimal): -5678401 or 12540585. OLE color: 12540585.

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

Color convert

RGB16990191-
CMYK0.120.5300.25
HSL286.93º44.1%55.1%-
HSV(B)286.93º52.88%74.9%-
XYZ29.4219.5151.51-
YUV125.14165.17159.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 191 (75% from 255) = 42.44%
R=37.56%
G=20%
B=42.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169901910.120.5300.25286.9344.155.1
HexA95ABFC3501911f2c37
Octal25113227714650314375467
Binary101010011011010101111111100110101011001100011111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95ABF; }

 p { color: rgb(169,90,191); }

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

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

 a { background-color: rgb(169,90,191); }

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

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

 span { border-color: rgb(169,90,191); }

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