#AA9394

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

Shades of Viola #AA9394

Tints of Viola #AA9394

Color information

#AA9394 (or 0xAA9394) is unknown color: approx Viola. HEX triplet: AA, 93 and 94. RGB value is (170,147,148). Sum of RGB (Red+Green+Blue) = 170+147+148=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9394 is #556C6B. Grayscale: #9A9A9A. Windows color (decimal): -5598316 or 9737130. OLE color: 9737130.

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

Color convert

RGB170147148-
CMYK00.140.130.33
HSL357.39º11.92%62.16%-
HSV(B)357.39º13.53%66.67%-
XYZ32.3631.5532.4-
YUV153.99124.62139.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 147 (57.81% from 255) = 31.61%
BLUE value IS 148 (58.20% from 255) = 31.83%
R=36.56%
G=31.61%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014714800.140.130.33357.3911.9262.16
HexAA93940ED21165c3e
Octal25222322401615415451476
Binary1010101010010011100101000111011011000011011001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9394; }

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

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

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

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

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

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

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

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