#AE77CF

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

Shades of East Side #AE77CF

Tints of East Side #AE77CF

Color information

#AE77CF (or 0xAE77CF) is unknown color: approx East Side. HEX triplet: AE, 77 and CF. RGB value is (174,119,207). Sum of RGB (Red+Green+Blue) = 174+119+207=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE77CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE77CF is #518830. Grayscale: #919191. Windows color (decimal): -5343281 or 13596590. OLE color: 13596590.

HSL color Cylindrical-coordinate representation of color #AE77CF: hue angle of 277.5º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE77CF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174119207-
CMYK0.160.4300.19
HSL277.5º47.83%63.92%-
HSV(B)277.5º42.51%81.18%-
XYZ35.3126.762.32-
YUV145.48162.72148.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 119 (46.88% from 255) = 23.8%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=34.8%
G=23.8%
B=41.4%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741192070.160.4300.19277.547.8363.92
HexAE77CF102B0131163040
Octal256167317205302342660100
Binary10101110111011111001111100001010110100111000101101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE77CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE77CF; }

 p { color: rgb(174,119,207); }

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

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

 a { background-color: rgb(174,119,207); }

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

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

 span { border-color: rgb(174,119,207); }

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