#AE80D1

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

Shades of East Side #AE80D1

Tints of East Side #AE80D1

Color information

#AE80D1 (or 0xAE80D1) is unknown color: approx East Side. HEX triplet: AE, 80 and D1. RGB value is (174,128,209). Sum of RGB (Red+Green+Blue) = 174+128+209=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE80D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80D1 is #517F2E. Grayscale: #969696. Windows color (decimal): -5340975 or 13729966. OLE color: 13729966.

HSL color Cylindrical-coordinate representation of color #AE80D1: hue angle of 274.07º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE80D1 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174128209-
CMYK0.170.3900.18
HSL274.07º46.82%66.08%-
HSV(B)274.07º38.76%81.96%-
XYZ36.6829.0463.99-
YUV150.99160.74144.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 209 (82.03% from 255) = 40.90%
R=34.05%
G=25.05%
B=40.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741282090.170.3900.18274.0746.8266.08
HexAE80D111270121122f42
Octal256200321214702242257102
Binary101011101000000011010001100011001110100101000100101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80D1; }

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

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

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

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

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

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

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

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