#AE7BC3

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

Shades of East Side #AE7BC3

Tints of East Side #AE7BC3

Color information

#AE7BC3 (or 0xAE7BC3) is unknown color: approx East Side. HEX triplet: AE, 7B and C3. RGB value is (174,123,195). Sum of RGB (Red+Green+Blue) = 174+123+195=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE7BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BC3 is #51843C. Grayscale: #929292. Windows color (decimal): -5342269 or 12811182. OLE color: 12811182.

HSL color Cylindrical-coordinate representation of color #AE7BC3: hue angle of 282.5º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE7BC3 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174123195-
CMYK0.110.3700.24
HSL282.5º37.5%62.35%-
HSV(B)282.5º36.92%76.47%-
XYZ34.3927.155.05-
YUV146.46155.4147.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 195 (76.56% from 255) = 39.63%
R=35.37%
G=25%
B=39.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741231950.110.3700.24282.537.562.35
HexAE7BC3B2501811a263e
Octal25617330313450304324676
Binary101011101111011110000111011100101011000100011010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BC3; }

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

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

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

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

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

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

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

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