#AE81C9

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

Shades of East Side #AE81C9

Tints of East Side #AE81C9

Color information

#AE81C9 (or 0xAE81C9) is unknown color: approx East Side. HEX triplet: AE, 81 and C9. RGB value is (174,129,201). Sum of RGB (Red+Green+Blue) = 174+129+201=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE81C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81C9 is #517E36. Grayscale: #969696. Windows color (decimal): -5340727 or 13205934. OLE color: 13205934.

HSL color Cylindrical-coordinate representation of color #AE81C9: hue angle of 277.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE81C9 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174129201-
CMYK0.130.3600.21
HSL277.5º40%64.71%-
HSV(B)277.5º35.82%78.82%-
XYZ35.8528.9258.95-
YUV150.66156.41144.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 129 (50.78% from 255) = 25.60%
BLUE value IS 201 (78.91% from 255) = 39.88%
R=34.52%
G=25.60%
B=39.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741292010.130.3600.21277.54064.71
HexAE81C9D240151162841
Octal256201311154402542650101
Binary10101110100000011100100111011001000101011000101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81C9; }

 p { color: rgb(174,129,201); }

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

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

 a { background-color: rgb(174,129,201); }

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

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

 span { border-color: rgb(174,129,201); }

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