#AE81C5

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

Shades of East Side #AE81C5

Tints of East Side #AE81C5

Color information

#AE81C5 (or 0xAE81C5) is unknown color: approx East Side. HEX triplet: AE, 81 and C5. RGB value is (174,129,197). Sum of RGB (Red+Green+Blue) = 174+129+197=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE81C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81C5 is #517E3A. Grayscale: #959595. Windows color (decimal): -5340731 or 12943790. OLE color: 12943790.

HSL color Cylindrical-coordinate representation of color #AE81C5: hue angle of 279.71º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE81C5 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174129197-
CMYK0.120.3500.23
HSL279.71º36.96%63.92%-
HSV(B)279.71º34.52%77.25%-
XYZ35.3828.7356.5-
YUV150.21154.41144.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 129 (50.78% from 255) = 25.8%
BLUE value IS 197 (77.34% from 255) = 39.4%
R=34.8%
G=25.8%
B=39.4%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741291970.120.3500.23279.7136.9663.92
HexAE81C5C230171182540
Octal256201305144302743045100
Binary10101110100000011100010111001000110101111000110001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81C5; }

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

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

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

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

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

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

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

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