#AE80C0

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

Shades of East Side #AE80C0

Tints of East Side #AE80C0

Color information

#AE80C0 (or 0xAE80C0) is unknown color: approx East Side. HEX triplet: AE, 80 and C0. RGB value is (174,128,192). Sum of RGB (Red+Green+Blue) = 174+128+192=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE80C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80C0 is #517F3F. Grayscale: #949494. Windows color (decimal): -5340992 or 12615854. OLE color: 12615854.

HSL color Cylindrical-coordinate representation of color #AE80C0: hue angle of 283.12º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE80C0 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174128192-
CMYK0.090.3300.25
HSL283.12º33.68%62.75%-
HSV(B)283.12º33.33%75.29%-
XYZ34.6928.2453.49-
YUV149.05152.24145.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 192 (75.39% from 255) = 38.87%
R=35.22%
G=25.91%
B=38.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741281920.090.3300.25283.1233.6862.75
HexAE80C092101911b223f
Octal25620030011410314334277
Binary1010111010000000110000001001100001011001100011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80C0; }

 p { color: rgb(174,128,192); }

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

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

 a { background-color: rgb(174,128,192); }

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

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

 span { border-color: rgb(174,128,192); }

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