#A95597

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

Shades of Violet Blue #A95597

Tints of Violet Blue #A95597

Color information

#A95597 (or 0xA95597) is unknown color: approx Violet Blue. HEX triplet: A9, 55 and 97. RGB value is (169,85,151). Sum of RGB (Red+Green+Blue) = 169+85+151=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A95597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95597 is #56AA68. Grayscale: #757575. Windows color (decimal): -5679721 or 9917865. OLE color: 9917865.

HSL color Cylindrical-coordinate representation of color #A95597: hue angle of 312.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95597 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB16985151-
CMYK00.500.110.34
HSL312.86º33.07%49.8%-
HSV(B)312.86º49.7%66.27%-
XYZ25.217.1731.26-
YUV117.64146.83164.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 151 (59.38% from 255) = 37.28%
R=41.73%
G=20.99%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698515100.500.110.34312.8633.0749.8
HexA95597032B221392132
Octal25112522706213424714162
Binary1010100110101011001011101100101011100010100111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95597; }

 p { color: rgb(169,85,151); }

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

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

 a { background-color: rgb(169,85,151); }

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

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

 span { border-color: rgb(169,85,151); }

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