#AA9698

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

Shades of Viola #AA9698

Tints of Viola #AA9698

Color information

#AA9698 (or 0xAA9698) is unknown color: approx Viola. HEX triplet: AA, 96 and 98. RGB value is (170,150,152). Sum of RGB (Red+Green+Blue) = 170+150+152=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9698 is #556967. Grayscale: #9C9C9C. Windows color (decimal): -5597544 or 10000042. OLE color: 10000042.

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

Color convert

RGB170150152-
CMYK00.120.110.33
HSL354º10.53%62.75%-
HSV(B)354º11.76%66.67%-
XYZ33.1532.6334.26-
YUV156.21125.63137.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 152 (59.77% from 255) = 32.20%
R=36.02%
G=31.78%
B=32.20%

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
Decimal17015015200.120.110.3335410.5362.75
HexAA96980CB21162b3f
Octal25222623001413415421377
Binary1010101010010110100110000110010111000011011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9698; }

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

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

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

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

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

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

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

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