#AE8DCC

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

Shades of East Side #AE8DCC

Tints of East Side #AE8DCC

Color information

#AE8DCC (or 0xAE8DCC) is unknown color: approx East Side. HEX triplet: AE, 8D and CC. RGB value is (174,141,204). Sum of RGB (Red+Green+Blue) = 174+141+204=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE8DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DCC is #517233. Grayscale: #9D9D9D. Windows color (decimal): -5337652 or 13405614. OLE color: 13405614.

HSL color Cylindrical-coordinate representation of color #AE8DCC: hue angle of 271.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE8DCC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174141204-
CMYK0.150.3100.2
HSL271.43º38.18%67.65%-
HSV(B)271.43º30.88%80%-
XYZ37.8832.4161.39-
YUV158.05153.93139.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=33.53%
G=27.17%
B=39.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741412040.150.3100.2271.4338.1867.65
HexAE8DCCF1F01410f2644
Octal256215314173702441746104
Binary1010111010001101110011001111111110101001000011111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DCC; }

 p { color: rgb(174,141,204); }

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

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

 a { background-color: rgb(174,141,204); }

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

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

 span { border-color: rgb(174,141,204); }

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