#AE8ECA

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

Shades of East Side #AE8ECA

Tints of East Side #AE8ECA

Color information

#AE8ECA (or 0xAE8ECA) is unknown color: approx East Side. HEX triplet: AE, 8E and CA. RGB value is (174,142,202). Sum of RGB (Red+Green+Blue) = 174+142+202=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8ECA is #517135. Grayscale: #9E9E9E. Windows color (decimal): -5337398 or 13274798. OLE color: 13274798.

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

Color convert

RGB174142202-
CMYK0.140.3000.21
HSL272º36.14%67.45%-
HSV(B)272º29.7%79.22%-
XYZ37.7932.6160.18-
YUV158.41152.6139.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 142 (55.86% from 255) = 27.41%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=33.59%
G=27.41%
B=39.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741422020.140.3000.2127236.1467.45
HexAE8ECAE1E0151102443
Octal256216312163602542044103
Binary1010111010001110110010101110111100101011000100001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8ECA; }

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

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

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

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

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

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

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

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