#AE898E

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

Shades of Viola #AE898E

Tints of Viola #AE898E

Color information

#AE898E (or 0xAE898E) is unknown color: approx Viola. HEX triplet: AE, 89 and 8E. RGB value is (174,137,142). Sum of RGB (Red+Green+Blue) = 174+137+142=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE898E is #517671. Grayscale: #949494. Windows color (decimal): -5338738 or 9341358. OLE color: 9341358.

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

Color convert

RGB174137142-
CMYK00.210.180.32
HSL351.89º18.59%60.98%-
HSV(B)351.89º21.26%68.24%-
XYZ31.2828.8429.51-
YUV148.63124.26146.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=38.41%
G=30.24%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413714200.210.180.32351.8918.5960.98
HexAE898E0151220160133d
Octal25621121602522405402375
Binary1010111010001001100011100101011001010000010110000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE898E; }

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

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

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

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

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

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

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

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