#AE76CB

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

Shades of East Side #AE76CB

Tints of East Side #AE76CB

Color information

#AE76CB (or 0xAE76CB) is unknown color: approx East Side. HEX triplet: AE, 76 and CB. RGB value is (174,118,203). Sum of RGB (Red+Green+Blue) = 174+118+203=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE76CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE76CB is #518934. Grayscale: #909090. Windows color (decimal): -5343541 or 13334190. OLE color: 13334190.

HSL color Cylindrical-coordinate representation of color #AE76CB: hue angle of 279.53º degrees, saturation: 0.45, 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 #AE76CB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174118203-
CMYK0.140.4200.20
HSL279.53º44.97%62.94%-
HSV(B)279.53º41.87%79.61%-
XYZ34.7126.2759.74-
YUV144.43161.05149.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=35.15%
G=23.84%
B=41.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741182030.140.4200.20279.5344.9762.94
HexAE76CBE2A0141182d3f
Octal25616631316520244305577
Binary101011101110110110010111110101010010100100011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE76CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE76CB; }

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

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

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

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

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

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

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

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