#A95197

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

Shades of Violet Blue #A95197

Tints of Violet Blue #A95197

Color information

#A95197 (or 0xA95197) is unknown color: approx Violet Blue. HEX triplet: A9, 51 and 97. RGB value is (169,81,151). Sum of RGB (Red+Green+Blue) = 169+81+151=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A95197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95197 is #56AE68. Grayscale: #737373. Windows color (decimal): -5680745 or 9916841. OLE color: 9916841.

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

Color convert

RGB16981151-
CMYK00.520.110.34
HSL312.27º35.2%49.02%-
HSV(B)312.27º52.07%66.27%-
XYZ24.8916.5531.16-
YUV115.29148.15166.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 151 (59.38% from 255) = 37.66%
R=42.14%
G=20.20%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698115100.520.110.34312.2735.249.02
HexA95197034B221382331
Octal25112122706413424704361
Binary1010100110100011001011101101001011100010100111000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95197; }

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

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

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

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

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

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

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

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