#AE7BC0

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

Shades of East Side #AE7BC0

Tints of East Side #AE7BC0

Color information

#AE7BC0 (or 0xAE7BC0) is unknown color: approx East Side. HEX triplet: AE, 7B and C0. RGB value is (174,123,192). Sum of RGB (Red+Green+Blue) = 174+123+192=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE7BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BC0 is #51843F. Grayscale: #919191. Windows color (decimal): -5342272 or 12614574. OLE color: 12614574.

HSL color Cylindrical-coordinate representation of color #AE7BC0: hue angle of 284.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE7BC0 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174123192-
CMYK0.090.3600.25
HSL284.35º35.38%61.76%-
HSV(B)284.35º35.94%75.29%-
XYZ34.0526.9753.28-
YUV146.11153.9147.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 123 (48.44% from 255) = 25.15%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=35.58%
G=25.15%
B=39.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741231920.090.3600.25284.3535.3861.76
HexAE7BC092401911c233e
Octal25617330011440314344376
Binary101011101111011110000001001100100011001100011100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BC0; }

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

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

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

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

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

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

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

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