#AE86BC

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

Shades of East Side #AE86BC

Tints of East Side #AE86BC

Color information

#AE86BC (or 0xAE86BC) is unknown color: approx East Side. HEX triplet: AE, 86 and BC. RGB value is (174,134,188). Sum of RGB (Red+Green+Blue) = 174+134+188=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE86BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE86BC is #517943. Grayscale: #979797. Windows color (decimal): -5339460 or 12355246. OLE color: 12355246.

HSL color Cylindrical-coordinate representation of color #AE86BC: hue angle of 284.44º 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 #AE86BC is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174134188-
CMYK0.070.2900.26
HSL284.44º28.72%63.14%-
HSV(B)284.44º28.72%73.73%-
XYZ35.0629.6851.46-
YUV152.12148.25143.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=35.08%
G=27.02%
B=37.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741341880.070.2900.26284.4428.7263.14
HexAE86BC71D01A11c1d3f
Octal2562062747350324343577
Binary1010111010000110101111001111110101101010001110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE86BC; }

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

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

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

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

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

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

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

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