#AA9496

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

Shades of Viola #AA9496

Tints of Viola #AA9496

Color information

#AA9496 (or 0xAA9496) is unknown color: approx Viola. HEX triplet: AA, 94 and 96. RGB value is (170,148,150). Sum of RGB (Red+Green+Blue) = 170+148+150=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9496 is #556B69. Grayscale: #9A9A9A. Windows color (decimal): -5598058 or 9868458. OLE color: 9868458.

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

Color convert

RGB170148150-
CMYK00.130.120.33
HSL354.55º11.46%62.35%-
HSV(B)354.55º12.94%66.67%-
XYZ32.6731.9333.29-
YUV154.81125.29138.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 148 (58.20% from 255) = 31.62%
BLUE value IS 150 (58.98% from 255) = 32.05%
R=36.32%
G=31.62%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014815000.130.120.33354.5511.4662.35
HexAA94960DC21163b3e
Octal25222422601514415431376
Binary1010101010010100100101100110111001000011011000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9496; }

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

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

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

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

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

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

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

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