#AE8E98

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

Shades of Viola #AE8E98

Tints of Viola #AE8E98

Color information

#AE8E98 (or 0xAE8E98) is unknown color: approx Viola. HEX triplet: AE, 8E and 98. RGB value is (174,142,152). Sum of RGB (Red+Green+Blue) = 174+142+152=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8E98 is #517167. Grayscale: #989898. Windows color (decimal): -5337448 or 9997998. OLE color: 9997998.

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

Color convert

RGB174142152-
CMYK00.180.130.32
HSL341.25º16.49%61.96%-
HSV(B)341.25º18.39%68.24%-
XYZ32.830.6133.89-
YUV152.71127.6143.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 142 (55.86% from 255) = 30.34%
BLUE value IS 152 (59.77% from 255) = 32.48%
R=37.18%
G=30.34%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414215200.180.130.32341.2516.4961.96
HexAE8E98012D20155103e
Octal25621623002215405252076
Binary101011101000111010011000010010110110000010101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E98; }

 p { color: rgb(174,142,152); }

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

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

 a { background-color: rgb(174,142,152); }

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

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

 span { border-color: rgb(174,142,152); }

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