#AE80CB

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

Shades of East Side #AE80CB

Tints of East Side #AE80CB

Color information

#AE80CB (or 0xAE80CB) is unknown color: approx East Side. HEX triplet: AE, 80 and CB. RGB value is (174,128,203). Sum of RGB (Red+Green+Blue) = 174+128+203=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE80CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80CB is #517F34. Grayscale: #969696. Windows color (decimal): -5340981 or 13336750. OLE color: 13336750.

HSL color Cylindrical-coordinate representation of color #AE80CB: hue angle of 276.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE80CB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174128203-
CMYK0.140.3700.20
HSL276.8º41.9%64.9%-
HSV(B)276.8º36.95%79.61%-
XYZ35.9528.7560.15-
YUV150.3157.74144.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 128 (50.39% from 255) = 25.35%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=34.46%
G=25.35%
B=40.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741282030.140.3700.20276.841.964.9
HexAE80CBE250141152a41
Octal256200313164502442552101
Binary10101110100000001100101111101001010101001000101011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80CB; }

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

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

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

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

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

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

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

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