#AE8D94

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

Shades of Viola #AE8D94

Tints of Viola #AE8D94

Color information

#AE8D94 (or 0xAE8D94) is unknown color: approx Viola. HEX triplet: AE, 8D and 94. RGB value is (174,141,148). Sum of RGB (Red+Green+Blue) = 174+141+148=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8D94 is #51726B. Grayscale: #979797. Windows color (decimal): -5337708 or 9735598. OLE color: 9735598.

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

Color convert

RGB174141148-
CMYK00.190.150.32
HSL347.27º16.92%61.76%-
HSV(B)347.27º18.97%68.24%-
XYZ32.3330.1932.14-
YUV151.67125.93143.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=37.58%
G=30.45%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414114800.190.150.32347.2716.9261.76
HexAE8D94013F2015b113e
Octal25621522402317405332176
Binary101011101000110110010100010011111110000010101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D94; }

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

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

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

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

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

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

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

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