#AA9193

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

Shades of Viola #AA9193

Tints of Viola #AA9193

Color information

#AA9193 (or 0xAA9193) is unknown color: approx Viola. HEX triplet: AA, 91 and 93. RGB value is (170,145,147). Sum of RGB (Red+Green+Blue) = 170+145+147=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9193 is #556E6C. Grayscale: #989898. Windows color (decimal): -5598829 or 9671082. OLE color: 9671082.

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

Color convert

RGB170145147-
CMYK00.150.140.33
HSL355.2º12.82%61.76%-
HSV(B)355.2º14.71%66.67%-
XYZ31.9730.931.88-
YUV152.7124.78140.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=36.80%
G=31.39%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014514700.150.140.33355.212.8261.76
HexAA91930FE21163d3e
Octal25222122301716415431576
Binary1010101010010001100100110111111101000011011000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9193; }

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

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

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

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

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

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

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

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