#AE8C94

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

Shades of Viola #AE8C94

Tints of Viola #AE8C94

Color information

#AE8C94 (or 0xAE8C94) is unknown color: approx Viola. HEX triplet: AE, 8C and 94. RGB value is (174,140,148). Sum of RGB (Red+Green+Blue) = 174+140+148=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8C94 is #51736B. Grayscale: #979797. Windows color (decimal): -5337964 or 9735342. OLE color: 9735342.

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

Color convert

RGB174140148-
CMYK00.200.150.32
HSL345.88º17.35%61.57%-
HSV(B)345.88º19.54%68.24%-
XYZ32.1829.8932.09-
YUV151.08126.26144.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 140 (55.08% from 255) = 30.30%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=37.66%
G=30.30%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414014800.200.150.32345.8817.3561.57
HexAE8C94014F2015a113e
Octal25621422402417405322176
Binary101011101000110010010100010100111110000010101101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C94; }

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

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

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

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

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

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

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

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