#AE7ECA

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

Shades of East Side #AE7ECA

Tints of East Side #AE7ECA

Color information

#AE7ECA (or 0xAE7ECA) is unknown color: approx East Side. HEX triplet: AE, 7E and CA. RGB value is (174,126,202). Sum of RGB (Red+Green+Blue) = 174+126+202=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE7ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7ECA is #518135. Grayscale: #949494. Windows color (decimal): -5341494 or 13270702. OLE color: 13270702.

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

Color convert

RGB174126202-
CMYK0.140.3800.21
HSL277.89º41.76%64.31%-
HSV(B)277.89º37.62%79.22%-
XYZ35.5828.1859.44-
YUV149.02157.9145.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 126 (49.61% from 255) = 25.10%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=34.66%
G=25.10%
B=40.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741262020.140.3800.21277.8941.7664.31
HexAE7ECAE260151162a40
Octal256176312164602542652100
Binary1010111011111101100101011101001100101011000101101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7ECA; }

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

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

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

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

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

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

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

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