#A95AB6

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

Shades of Deep Lilac #A95AB6

Tints of Deep Lilac #A95AB6

Color information

#A95AB6 (or 0xA95AB6) is unknown color: approx Deep Lilac. HEX triplet: A9, 5A and B6. RGB value is (169,90,182). Sum of RGB (Red+Green+Blue) = 169+90+182=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #A95AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95AB6 is #56A549. Grayscale: #7B7B7B. Windows color (decimal): -5678410 or 11950761. OLE color: 11950761.

HSL color Cylindrical-coordinate representation of color #A95AB6: hue angle of 291.52º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A95AB6 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16990182-
CMYK0.070.5100.29
HSL291.52º38.66%53.33%-
HSV(B)291.52º50.55%71.37%-
XYZ28.4619.1246.45-
YUV124.11160.67160.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 90 (35.55% from 255) = 20.41%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=38.32%
G=20.41%
B=41.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169901820.070.5100.29291.5238.6653.33
HexA95AB673301D1242735
Octal2511322667630354444765
Binary10101001101101010110110111110011011101100100100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95AB6; }

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

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

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

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

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

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

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

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