#AE77CB

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

Shades of East Side #AE77CB

Tints of East Side #AE77CB

Color information

#AE77CB (or 0xAE77CB) is unknown color: approx East Side. HEX triplet: AE, 77 and CB. RGB value is (174,119,203). Sum of RGB (Red+Green+Blue) = 174+119+203=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE77CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE77CB is #518834. Grayscale: #909090. Windows color (decimal): -5343285 or 13334446. OLE color: 13334446.

HSL color Cylindrical-coordinate representation of color #AE77CB: hue angle of 279.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE77CB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174119203-
CMYK0.140.4100.20
HSL279.29º44.68%63.14%-
HSV(B)279.29º41.38%79.61%-
XYZ34.8326.559.78-
YUV145.02160.72148.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 119 (46.88% from 255) = 23.99%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=35.08%
G=23.99%
B=40.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741192030.140.4100.20279.2944.6863.14
HexAE77CBE290141172d3f
Octal25616731316510244275577
Binary101011101110111110010111110101001010100100010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE77CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE77CB; }

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

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

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

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

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

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

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

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