#AE8990

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

Shades of Viola #AE8990

Tints of Viola #AE8990

Color information

#AE8990 (or 0xAE8990) is unknown color: approx Viola. HEX triplet: AE, 89 and 90. RGB value is (174,137,144). Sum of RGB (Red+Green+Blue) = 174+137+144=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8990 is #51766F. Grayscale: #949494. Windows color (decimal): -5338736 or 9472430. OLE color: 9472430.

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

Color convert

RGB174137144-
CMYK00.210.170.32
HSL348.65º18.59%60.98%-
HSV(B)348.65º21.26%68.24%-
XYZ31.4428.930.31-
YUV148.86125.26145.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=38.24%
G=30.11%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413714400.210.170.32348.6518.5960.98
HexAE8990015112015d133d
Octal25621122002521405352375
Binary1010111010001001100100000101011000110000010101110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8990; }

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

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

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

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

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

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

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

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