#AE9194

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

Shades of Viola #AE9194

Tints of Viola #AE9194

Color information

#AE9194 (or 0xAE9194) is unknown color: approx Viola. HEX triplet: AE, 91 and 94. RGB value is (174,145,148). Sum of RGB (Red+Green+Blue) = 174+145+148=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9194 is #516E6B. Grayscale: #9A9A9A. Windows color (decimal): -5336684 or 9736622. OLE color: 9736622.

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

Color convert

RGB174145148-
CMYK00.170.150.32
HSL353.79º15.18%62.55%-
HSV(B)353.79º16.67%68.24%-
XYZ32.9331.3932.34-
YUV154.01124.61142.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 145 (57.03% from 255) = 31.05%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=37.26%
G=31.05%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414514800.170.150.32353.7915.1862.55
HexAE9194011F20162f3f
Octal25622122402117405421777
Binary10101110100100011001010001000111111000001011000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9194; }

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

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

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

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

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

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

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

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