#AE81C6

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

Shades of East Side #AE81C6

Tints of East Side #AE81C6

Color information

#AE81C6 (or 0xAE81C6) is unknown color: approx East Side. HEX triplet: AE, 81 and C6. RGB value is (174,129,198). Sum of RGB (Red+Green+Blue) = 174+129+198=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE81C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81C6 is #517E39. Grayscale: #969696. Windows color (decimal): -5340730 or 13009326. OLE color: 13009326.

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

Color convert

RGB174129198-
CMYK0.120.3500.22
HSL279.13º37.7%64.12%-
HSV(B)279.13º34.85%77.65%-
XYZ35.528.7857.11-
YUV150.32154.91144.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=34.73%
G=25.75%
B=39.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741291980.120.3500.22279.1337.764.12
HexAE81C6C230161172640
Octal256201306144302642746100
Binary10101110100000011100011011001000110101101000101111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81C6; }

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

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

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

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

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

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

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

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