#AE80D5

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

Shades of East Side #AE80D5

Tints of East Side #AE80D5

Color information

#AE80D5 (or 0xAE80D5) is unknown color: approx East Side. HEX triplet: AE, 80 and D5. RGB value is (174,128,213). Sum of RGB (Red+Green+Blue) = 174+128+213=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE80D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80D5 is #517F2A. Grayscale: #979797. Windows color (decimal): -5340971 or 13992110. OLE color: 13992110.

HSL color Cylindrical-coordinate representation of color #AE80D5: hue angle of 272.47º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE80D5 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174128213-
CMYK0.180.4000.16
HSL272.47º50.3%66.86%-
HSV(B)272.47º39.91%83.53%-
XYZ37.1829.2466.64-
YUV151.44162.74144.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=33.79%
G=24.85%
B=41.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741282130.180.4000.16272.4750.366.86
HexAE80D512280101103243
Octal256200325225002042062103
Binary101011101000000011010101100101010000100001000100001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80D5; }

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

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

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

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

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

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

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

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