#AE8EC9

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

Shades of East Side #AE8EC9

Tints of East Side #AE8EC9

Color information

#AE8EC9 (or 0xAE8EC9) is unknown color: approx East Side. HEX triplet: AE, 8E and C9. RGB value is (174,142,201). Sum of RGB (Red+Green+Blue) = 174+142+201=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE8EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8EC9 is #517136. Grayscale: #9E9E9E. Windows color (decimal): -5337399 or 13209262. OLE color: 13209262.

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

Color convert

RGB174142201-
CMYK0.130.2900.21
HSL272.54º35.33%67.25%-
HSV(B)272.54º29.35%78.82%-
XYZ37.6732.5659.56-
YUV158.29152.1139.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 201 (78.91% from 255) = 38.88%
R=33.66%
G=27.47%
B=38.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741422010.130.2900.21272.5435.3367.25
HexAE8EC9D1D0151112343
Octal256216311153502542143103
Binary1010111010001110110010011101111010101011000100011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8EC9; }

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

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

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

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

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

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

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

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