#AE70BF

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

Shades of East Side #AE70BF

Tints of East Side #AE70BF

Color information

#AE70BF (or 0xAE70BF) is unknown color: approx East Side. HEX triplet: AE, 70 and BF. RGB value is (174,112,191). Sum of RGB (Red+Green+Blue) = 174+112+191=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE70BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70BF is #518F40. Grayscale: #8B8B8B. Windows color (decimal): -5345089 or 12546222. OLE color: 12546222.

HSL color Cylindrical-coordinate representation of color #AE70BF: hue angle of 287.09º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE70BF is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174112191-
CMYK0.090.4100.25
HSL287.09º38.16%59.41%-
HSV(B)287.09º41.36%74.9%-
XYZ32.6524.3552.27-
YUV139.54157.04152.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 191 (75% from 255) = 40.04%
R=36.48%
G=23.48%
B=40.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741121910.090.4100.25287.0938.1659.41
HexAE70BF92901911f263b
Octal25616027711510314374673
Binary101011101110000101111111001101001011001100011111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE70BF; }

 p { color: rgb(174,112,191); }

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

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

 a { background-color: rgb(174,112,191); }

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

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

 span { border-color: rgb(174,112,191); }

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