#A95B99

Color #A95B99 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A95B99

Tints of Violet Blue #A95B99

Color information

#A95B99 (or 0xA95B99) is unknown color: approx Violet Blue. HEX triplet: A9, 5B and 99. RGB value is (169,91,153). Sum of RGB (Red+Green+Blue) = 169+91+153=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95B99 is #56A466. Grayscale: #797979. Windows color (decimal): -5678183 or 10050473. OLE color: 10050473.

HSL color Cylindrical-coordinate representation of color #A95B99: hue angle of 312.31º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95B99 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB16991153-
CMYK00.460.090.34
HSL312.31º31.2%50.98%-
HSV(B)312.31º46.15%66.27%-
XYZ25.8518.2232.29-
YUV121.39145.84161.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=40.92%
G=22.03%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699115300.460.090.34312.3131.250.98
HexA95B9902E9221381f33
Octal25113323105611424703763
Binary101010011011011100110010101110100110001010011100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B99; }

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

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

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

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

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

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

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

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