#A95BB5

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

Shades of Deep Lilac #A95BB5

Tints of Deep Lilac #A95BB5

Color information

#A95BB5 (or 0xA95BB5) is unknown color: approx Deep Lilac. HEX triplet: A9, 5B and B5. RGB value is (169,91,181). Sum of RGB (Red+Green+Blue) = 169+91+181=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #A95BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BB5 is #56A44A. Grayscale: #7C7C7C. Windows color (decimal): -5678155 or 11885481. OLE color: 11885481.

HSL color Cylindrical-coordinate representation of color #A95BB5: hue angle of 292º 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 #A95BB5 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16991181-
CMYK0.070.5000.29
HSL292º37.82%53.33%-
HSV(B)292º49.72%70.98%-
XYZ28.4419.2545.93-
YUV124.58159.84159.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 91 (35.94% from 255) = 20.63%
BLUE value IS 181 (71.09% from 255) = 41.04%
R=38.32%
G=20.63%
B=41.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169911810.070.5000.2929237.8253.33
HexA95BB573201D1242635
Octal2511332657620354444665
Binary10101001101101110110101111110010011101100100100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95BB5; }

 p { color: rgb(169,91,181); }

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

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

 a { background-color: rgb(169,91,181); }

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

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

 span { border-color: rgb(169,91,181); }

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