#A95FBA

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

Shades of Deep Lilac #A95FBA

Tints of Deep Lilac #A95FBA

Color information

#A95FBA (or 0xA95FBA) is unknown color: approx Deep Lilac. HEX triplet: A9, 5F and BA. RGB value is (169,95,186). Sum of RGB (Red+Green+Blue) = 169+95+186=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #A95FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FBA is #56A045. Grayscale: #7F7F7F. Windows color (decimal): -5677126 or 12214185. OLE color: 12214185.

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

Color convert

RGB16995186-
CMYK0.090.4900.27
HSL288.79º39.74%55.1%-
HSV(B)288.79º48.92%72.94%-
XYZ29.3220.1648.8-
YUV127.5161.02157.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=37.56%
G=21.11%
B=41.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169951860.090.4900.27288.7939.7455.1
HexA95FBA93101B1212837
Octal25113727211610334415067
Binary101010011011111101110101001110001011011100100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FBA; }

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

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

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

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

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

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

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

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