#AE76CC

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

Shades of East Side #AE76CC

Tints of East Side #AE76CC

Color information

#AE76CC (or 0xAE76CC) is unknown color: approx East Side. HEX triplet: AE, 76 and CC. RGB value is (174,118,204). Sum of RGB (Red+Green+Blue) = 174+118+204=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE76CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE76CC is #518933. Grayscale: #909090. Windows color (decimal): -5343540 or 13399726. OLE color: 13399726.

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

Color convert

RGB174118204-
CMYK0.150.4200.2
HSL279.07º45.74%63.14%-
HSV(B)279.07º42.16%80%-
XYZ34.8326.3260.37-
YUV144.55161.55149.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 118 (46.48% from 255) = 23.79%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=35.08%
G=23.79%
B=41.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741182040.150.4200.2279.0745.7463.14
HexAE76CCF2A0141172e3f
Octal25616631417520244275677
Binary101011101110110110011001111101010010100100010111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE76CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE76CC; }

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

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

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

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

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

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

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

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