#AE7CB7

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

Shades of East Side #AE7CB7

Tints of East Side #AE7CB7

Color information

#AE7CB7 (or 0xAE7CB7) is unknown color: approx East Side. HEX triplet: AE, 7C and B7. RGB value is (174,124,183). Sum of RGB (Red+Green+Blue) = 174+124+183=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE7CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7CB7 is #518348. Grayscale: #919191. Windows color (decimal): -5342025 or 12025006. OLE color: 12025006.

HSL color Cylindrical-coordinate representation of color #AE7CB7: hue angle of 290.85º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE7CB7 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174124183-
CMYK0.050.3200.28
HSL290.85º29.06%60.2%-
HSV(B)290.85º32.24%71.76%-
XYZ33.2126.8348.23-
YUV145.68149.06148.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 183 (71.88% from 255) = 38.05%
R=36.17%
G=25.78%
B=38.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741241830.050.3200.28290.8529.0660.2
HexAE7CB752001C1231d3c
Octal2561742675400344433574
Binary1010111011111001011011110110000001110010010001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7CB7; }

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

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

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

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

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

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

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

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