#AE86BD

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

Shades of East Side #AE86BD

Tints of East Side #AE86BD

Color information

#AE86BD (or 0xAE86BD) is unknown color: approx East Side. HEX triplet: AE, 86 and BD. RGB value is (174,134,189). Sum of RGB (Red+Green+Blue) = 174+134+189=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE86BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE86BD is #517942. Grayscale: #989898. Windows color (decimal): -5339459 or 12420782. OLE color: 12420782.

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

Color convert

RGB174134189-
CMYK0.080.2900.26
HSL283.64º29.41%63.33%-
HSV(B)283.64º29.1%74.12%-
XYZ35.1729.7252.03-
YUV152.23148.75143.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=35.01%
G=26.96%
B=38.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741341890.080.2900.26283.6429.4163.33
HexAE86BD81D01A11c1d3f
Octal25620627510350324343577
Binary10101110100001101011110110001110101101010001110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE86BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE86BD; }

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

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

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

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

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

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

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

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