#AA9091

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

Shades of Viola #AA9091

Tints of Viola #AA9091

Color information

#AA9091 (or 0xAA9091) is unknown color: approx Viola. HEX triplet: AA, 90 and 91. RGB value is (170,144,145). Sum of RGB (Red+Green+Blue) = 170+144+145=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9091 is #556F6E. Grayscale: #979797. Windows color (decimal): -5599087 or 9539754. OLE color: 9539754.

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

Color convert

RGB170144145-
CMYK00.150.150.33
HSL357.69º13.27%61.57%-
HSV(B)357.69º15.29%66.67%-
XYZ31.6630.5431.01-
YUV151.89124.11140.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 144 (56.64% from 255) = 31.37%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=37.04%
G=31.37%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014414500.150.150.33357.6913.2761.57
HexAA90910FF21166d3e
Octal25222022101717415461576
Binary1010101010010000100100010111111111000011011001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9091; }

 p { color: rgb(170,144,145); }

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

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

 a { background-color: rgb(170,144,145); }

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

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

 span { border-color: rgb(170,144,145); }

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