#A95BBA

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

Shades of Deep Lilac #A95BBA

Tints of Deep Lilac #A95BBA

Color information

#A95BBA (or 0xA95BBA) is unknown color: approx Deep Lilac. HEX triplet: A9, 5B and BA. RGB value is (169,91,186). Sum of RGB (Red+Green+Blue) = 169+91+186=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #A95BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BBA is #56A445. Grayscale: #7C7C7C. Windows color (decimal): -5678150 or 12213161. OLE color: 12213161.

HSL color Cylindrical-coordinate representation of color #A95BBA: hue angle of 289.26º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A95BBA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16991186-
CMYK0.090.5100.27
HSL289.26º40.77%54.31%-
HSV(B)289.26º51.08%72.94%-
XYZ28.9719.4648.68-
YUV125.15162.34159.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 91 (35.94% from 255) = 20.40%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=37.89%
G=20.40%
B=41.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169911860.090.5100.27289.2640.7754.31
HexA95BBA93301B1212936
Octal25113327211630334415166
Binary101010011011011101110101001110011011011100100001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95BBA; }

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

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

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

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

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

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

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

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