#AE8CCA

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

Shades of East Side #AE8CCA

Tints of East Side #AE8CCA

Color information

#AE8CCA (or 0xAE8CCA) is unknown color: approx East Side. HEX triplet: AE, 8C and CA. RGB value is (174,140,202). Sum of RGB (Red+Green+Blue) = 174+140+202=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CCA is #517335. Grayscale: #9D9D9D. Windows color (decimal): -5337910 or 13274286. OLE color: 13274286.

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

Color convert

RGB174140202-
CMYK0.140.3100.21
HSL272.9º36.9%67.06%-
HSV(B)272.9º30.69%79.22%-
XYZ37.4932.0260.08-
YUV157.23153.26139.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 140 (55.08% from 255) = 27.13%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=33.72%
G=27.13%
B=39.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741402020.140.3100.21272.936.967.06
HexAE8CCAE1F0151112543
Octal256214312163702542145103
Binary1010111010001100110010101110111110101011000100011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CCA; }

 p { color: rgb(174,140,202); }

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

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

 a { background-color: rgb(174,140,202); }

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

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

 span { border-color: rgb(174,140,202); }

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