#AE71B9

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

Shades of East Side #AE71B9

Tints of East Side #AE71B9

Color information

#AE71B9 (or 0xAE71B9) is unknown color: approx East Side. HEX triplet: AE, 71 and B9. RGB value is (174,113,185). Sum of RGB (Red+Green+Blue) = 174+113+185=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE71B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE71B9 is #518E46. Grayscale: #8B8B8B. Windows color (decimal): -5344839 or 12153262. OLE color: 12153262.

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

Color convert

RGB174113185-
CMYK0.060.3900.27
HSL290.83º33.96%58.43%-
HSV(B)290.83º38.92%72.55%-
XYZ32.1224.3148.9-
YUV139.45153.71152.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 113 (44.53% from 255) = 23.94%
BLUE value IS 185 (72.66% from 255) = 39.19%
R=36.86%
G=23.94%
B=39.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741131850.060.3900.27290.8333.9658.43
HexAE71B962701B123223a
Octal2561612716470334434272
Binary10101110111000110111001110100111011011100100011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71B9; }

 p { color: rgb(174,113,185); }

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

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

 a { background-color: rgb(174,113,185); }

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

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

 span { border-color: rgb(174,113,185); }

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