#A95AB4

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

Shades of Deep Lilac #A95AB4

Tints of Deep Lilac #A95AB4

Color information

#A95AB4 (or 0xA95AB4) is unknown color: approx Deep Lilac. HEX triplet: A9, 5A and B4. RGB value is (169,90,180). Sum of RGB (Red+Green+Blue) = 169+90+180=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #A95AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95AB4 is #56A54B. Grayscale: #7B7B7B. Windows color (decimal): -5678412 or 11819689. OLE color: 11819689.

HSL color Cylindrical-coordinate representation of color #A95AB4: hue angle of 292.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95AB4 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16990180-
CMYK0.060.5000.29
HSL292.67º37.5%52.94%-
HSV(B)292.67º50%70.59%-
XYZ28.2619.0445.37-
YUV123.88159.67160.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 90 (35.55% from 255) = 20.50%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=38.50%
G=20.50%
B=41.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169901800.060.5000.29292.6737.552.94
HexA95AB463201D1252635
Octal2511322646620354454665
Binary10101001101101010110100110110010011101100100101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95AB4; }

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

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

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

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

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

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

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

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