#AA9096

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

Shades of Viola #AA9096

Tints of Viola #AA9096

Color information

#AA9096 (or 0xAA9096) is unknown color: approx Viola. HEX triplet: AA, 90 and 96. RGB value is (170,144,150). Sum of RGB (Red+Green+Blue) = 170+144+150=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9096 is #556F69. Grayscale: #989898. Windows color (decimal): -5599082 or 9867434. OLE color: 9867434.

HSL color Cylindrical-coordinate representation of color #AA9096: hue angle of 346.15º 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 #AA9096 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB170144150-
CMYK00.150.120.33
HSL346.15º13.27%61.57%-
HSV(B)346.15º15.29%66.67%-
XYZ32.0630.6933.09-
YUV152.46126.61140.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=36.64%
G=31.03%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014415000.150.120.33346.1513.2761.57
HexAA90960FC2115ad3e
Octal25222022601714415321576
Binary1010101010010000100101100111111001000011010110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9096; }

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

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

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

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

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

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

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

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