#AE74C0

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

Shades of East Side #AE74C0

Tints of East Side #AE74C0

Color information

#AE74C0 (or 0xAE74C0) is unknown color: approx East Side. HEX triplet: AE, 74 and C0. RGB value is (174,116,192). Sum of RGB (Red+Green+Blue) = 174+116+192=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE74C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74C0 is #518B3F. Grayscale: #8D8D8D. Windows color (decimal): -5344064 or 12612782. OLE color: 12612782.

HSL color Cylindrical-coordinate representation of color #AE74C0: hue angle of 285.79º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE74C0 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174116192-
CMYK0.090.4000.25
HSL285.79º37.62%60.39%-
HSV(B)285.79º39.58%75.29%-
XYZ33.2225.353-
YUV142.01156.22150.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 192 (75.39% from 255) = 39.83%
R=36.10%
G=24.07%
B=39.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741161920.090.4000.25285.7937.6260.39
HexAE74C092801911e263c
Octal25616430011500314364674
Binary101011101110100110000001001101000011001100011110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74C0; }

 p { color: rgb(174,116,192); }

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

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

 a { background-color: rgb(174,116,192); }

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

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

 span { border-color: rgb(174,116,192); }

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