#AE80C5

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

Shades of East Side #AE80C5

Tints of East Side #AE80C5

Color information

#AE80C5 (or 0xAE80C5) is unknown color: approx East Side. HEX triplet: AE, 80 and C5. RGB value is (174,128,197). Sum of RGB (Red+Green+Blue) = 174+128+197=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE80C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80C5 is #517F3A. Grayscale: #959595. Windows color (decimal): -5340987 or 12943534. OLE color: 12943534.

HSL color Cylindrical-coordinate representation of color #AE80C5: hue angle of 280º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE80C5 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174128197-
CMYK0.120.3500.23
HSL280º37.3%63.73%-
HSV(B)280º35.03%77.25%-
XYZ35.2528.4756.46-
YUV149.62154.74145.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 197 (77.34% from 255) = 39.48%
R=34.87%
G=25.65%
B=39.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741281970.120.3500.2328037.363.73
HexAE80C5C230171182540
Octal256200305144302743045100
Binary10101110100000001100010111001000110101111000110001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80C5; }

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

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

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

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

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

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

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

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