#AE8890

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

Shades of Viola #AE8890

Tints of Viola #AE8890

Color information

#AE8890 (or 0xAE8890) is unknown color: approx Viola. HEX triplet: AE, 88 and 90. RGB value is (174,136,144). Sum of RGB (Red+Green+Blue) = 174+136+144=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8890 is #51776F. Grayscale: #949494. Windows color (decimal): -5338992 or 9472174. OLE color: 9472174.

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

Color convert

RGB174136144-
CMYK00.220.170.32
HSL347.37º19%60.78%-
HSV(B)347.37º21.84%68.24%-
XYZ31.2928.6230.26-
YUV148.27125.59146.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 144 (56.64% from 255) = 31.72%
R=38.33%
G=29.96%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413614400.220.170.32347.371960.78
HexAE8890016112015b133d
Octal25621022002621405332375
Binary1010111010001000100100000101101000110000010101101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8890; }

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

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

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

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

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

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

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

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