#A95999

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

Shades of Violet Blue #A95999

Tints of Violet Blue #A95999

Color information

#A95999 (or 0xA95999) is unknown color: approx Violet Blue. HEX triplet: A9, 59 and 99. RGB value is (169,89,153). Sum of RGB (Red+Green+Blue) = 169+89+153=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A95999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95999 is #56A666. Grayscale: #787878. Windows color (decimal): -5678695 or 10049961. OLE color: 10049961.

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

Color convert

RGB16989153-
CMYK00.470.090.34
HSL312º31.75%50.59%-
HSV(B)312º47.34%66.27%-
XYZ25.6817.8832.23-
YUV120.22146.5162.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=41.12%
G=21.65%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698915300.470.090.3431231.7550.59
HexA9599902F9221382033
Octal25113123105711424704063
Binary1010100110110011001100101011111001100010100111000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95999; }

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

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

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

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

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

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

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

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