#ae71bb

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

Shades of East Side #AE71BB

Tints of East Side #AE71BB

Color information

#AE71BB (or 0xAE71BB) is unknown color: approx East Side. HEX triplet: AE, 71 and BB. RGB value is (174,113,187). Sum of RGB (Red+Green+Blue) = 174+113+187=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE71BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE71BB is #518E44. Grayscale: #8B8B8B. Windows color (decimal): -5344837 or 12284334. OLE color: 12284334.

HSL color Cylindrical-coordinate representation of color #AE71BB: hue angle of 289.46º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE71BB is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174113187-
CMYK0.070.4000.27
HSL289.46º35.24%58.82%-
HSV(B)289.46º39.57%73.33%-
XYZ32.3324.450.02-
YUV139.68154.71152.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=36.71%
G=23.84%
B=39.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741131870.070.4000.27289.4635.2458.82
HexAE71BB72801B121233b
Octal2561612737500334414373
Binary10101110111000110111011111101000011011100100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae71bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae71bb; }

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

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

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

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

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

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

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

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