#A95797

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

Shades of Violet Blue #A95797

Tints of Violet Blue #A95797

Color information

#A95797 (or 0xA95797) is unknown color: approx Violet Blue. HEX triplet: A9, 57 and 97. RGB value is (169,87,151). Sum of RGB (Red+Green+Blue) = 169+87+151=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A95797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95797 is #56A868. Grayscale: #767676. Windows color (decimal): -5679209 or 9918377. OLE color: 9918377.

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

Color convert

RGB16987151-
CMYK00.490.110.34
HSL313.17º32.28%50.2%-
HSV(B)313.17º48.52%66.27%-
XYZ25.3617.4931.32-
YUV118.81146.17163.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 87 (34.38% from 255) = 21.38%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=41.52%
G=21.38%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698715100.490.110.34313.1732.2850.2
HexA95797031B221392032
Octal25112722706113424714062
Binary1010100110101111001011101100011011100010100111001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95797; }

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

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

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

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

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

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

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

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