#AA9597

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

Shades of Viola #AA9597

Tints of Viola #AA9597

Color information

#AA9597 (or 0xAA9597) is unknown color: approx Viola. HEX triplet: AA, 95 and 97. RGB value is (170,149,151). Sum of RGB (Red+Green+Blue) = 170+149+151=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9597 is #556A68. Grayscale: #9B9B9B. Windows color (decimal): -5597801 or 9934250. OLE color: 9934250.

HSL color Cylindrical-coordinate representation of color #AA9597: hue angle of 354.29º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9597 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB170149151-
CMYK00.120.110.33
HSL354.29º10.99%62.55%-
HSV(B)354.29º12.35%66.67%-
XYZ32.9132.2833.77-
YUV155.51125.46138.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 149 (58.59% from 255) = 31.70%
BLUE value IS 151 (59.38% from 255) = 32.13%
R=36.17%
G=31.70%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014915100.120.110.33354.2910.9962.55
HexAA95970CB21162b3f
Octal25222522701413415421377
Binary1010101010010101100101110110010111000011011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9597; }

 p { color: rgb(170,149,151); }

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

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

 a { background-color: rgb(170,149,151); }

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

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

 span { border-color: rgb(170,149,151); }

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