#AE9199

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

Shades of Viola #AE9199

Tints of Viola #AE9199

Color information

#AE9199 (or 0xAE9199) is unknown color: approx Viola. HEX triplet: AE, 91 and 99. RGB value is (174,145,153). Sum of RGB (Red+Green+Blue) = 174+145+153=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9199 is #516E66. Grayscale: #9A9A9A. Windows color (decimal): -5336679 or 10064302. OLE color: 10064302.

HSL color Cylindrical-coordinate representation of color #AE9199: hue angle of 343.45º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AE9199 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB174145153-
CMYK00.170.120.32
HSL343.45º15.18%62.55%-
HSV(B)343.45º16.67%68.24%-
XYZ33.3331.5534.47-
YUV154.58127.11141.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=36.86%
G=30.72%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414515300.170.120.32343.4515.1862.55
HexAE9199011C20157f3f
Octal25622123102114405271777
Binary10101110100100011001100101000111001000001010101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9199; }

 p { color: rgb(174,145,153); }

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

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

 a { background-color: rgb(174,145,153); }

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

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

 span { border-color: rgb(174,145,153); }

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