#AE7CBA

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

Shades of East Side #AE7CBA

Tints of East Side #AE7CBA

Color information

#AE7CBA (or 0xAE7CBA) is unknown color: approx East Side. HEX triplet: AE, 7C and BA. RGB value is (174,124,186). Sum of RGB (Red+Green+Blue) = 174+124+186=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE7CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7CBA is #518345. Grayscale: #919191. Windows color (decimal): -5342022 or 12221614. OLE color: 12221614.

HSL color Cylindrical-coordinate representation of color #AE7CBA: hue angle of 288.39º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE7CBA is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174124186-
CMYK0.060.3300.27
HSL288.39º31%60.78%-
HSV(B)288.39º33.33%72.94%-
XYZ33.5326.9649.89-
YUV146.02150.56147.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 124 (48.83% from 255) = 25.62%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=35.95%
G=25.62%
B=38.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741241860.060.3300.27288.393160.78
HexAE7CBA62101B1201f3d
Octal2561742726410334403775
Binary1010111011111001011101011010000101101110010000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7CBA; }

 p { color: rgb(174,124,186); }

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

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

 a { background-color: rgb(174,124,186); }

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

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

 span { border-color: rgb(174,124,186); }

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