#AE80CF

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

Shades of East Side #AE80CF

Tints of East Side #AE80CF

Color information

#AE80CF (or 0xAE80CF) is unknown color: approx East Side. HEX triplet: AE, 80 and CF. RGB value is (174,128,207). Sum of RGB (Red+Green+Blue) = 174+128+207=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE80CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80CF is #517F30. Grayscale: #969696. Windows color (decimal): -5340977 or 13598894. OLE color: 13598894.

HSL color Cylindrical-coordinate representation of color #AE80CF: hue angle of 274.94º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE80CF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174128207-
CMYK0.160.3800.19
HSL274.94º45.14%65.69%-
HSV(B)274.94º38.16%81.18%-
XYZ36.4428.9462.7-
YUV150.76159.74144.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=34.18%
G=25.15%
B=40.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741282070.160.3800.19274.9445.1465.69
HexAE80CF10260131132d42
Octal256200317204602342355102
Binary101011101000000011001111100001001100100111000100111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80CF; }

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

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

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

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

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

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

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

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