#AE9192

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

Shades of Viola #AE9192

Tints of Viola #AE9192

Color information

#AE9192 (or 0xAE9192) is unknown color: approx Viola. HEX triplet: AE, 91 and 92. RGB value is (174,145,146). Sum of RGB (Red+Green+Blue) = 174+145+146=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9192 is #516E6D. Grayscale: #999999. Windows color (decimal): -5336686 or 9605550. OLE color: 9605550.

HSL color Cylindrical-coordinate representation of color #AE9192: hue angle of 357.93º 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 #AE9192 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB174145146-
CMYK00.170.160.32
HSL357.93º15.18%62.55%-
HSV(B)357.93º16.67%68.24%-
XYZ32.7731.3231.51-
YUV153.78123.61142.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=37.42%
G=31.18%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414514600.170.160.32357.9315.1862.55
HexAE91920111020166f3f
Octal25622122202120405461777
Binary101011101001000110010010010001100001000001011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9192; }

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

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

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

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

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

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

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

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