#AE70BD

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

Shades of East Side #AE70BD

Tints of East Side #AE70BD

Color information

#AE70BD (or 0xAE70BD) is unknown color: approx East Side. HEX triplet: AE, 70 and BD. RGB value is (174,112,189). Sum of RGB (Red+Green+Blue) = 174+112+189=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE70BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70BD is #518F42. Grayscale: #8B8B8B. Windows color (decimal): -5345091 or 12415150. OLE color: 12415150.

HSL color Cylindrical-coordinate representation of color #AE70BD: hue angle of 288.31º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE70BD is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174112189-
CMYK0.080.4100.26
HSL288.31º36.84%59.02%-
HSV(B)288.31º40.74%74.12%-
XYZ32.4424.2651.12-
YUV139.32156.04152.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 112 (44.14% from 255) = 23.58%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=36.63%
G=23.58%
B=39.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741121890.080.4100.26288.3136.8459.02
HexAE70BD82901A120253b
Octal25616027510510324404573
Binary101011101110000101111011000101001011010100100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE70BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE70BD; }

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

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

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

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

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

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

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

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