#AA86BB

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

Shades of East Side #AA86BB

Tints of East Side #AA86BB

Color information

#AA86BB (or 0xAA86BB) is unknown color: approx East Side. HEX triplet: AA, 86 and BB. RGB value is (170,134,187). Sum of RGB (Red+Green+Blue) = 170+134+187=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA86BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86BB is #557944. Grayscale: #969696. Windows color (decimal): -5601605 or 12289706. OLE color: 12289706.

HSL color Cylindrical-coordinate representation of color #AA86BB: hue angle of 280.75º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA86BB is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170134187-
CMYK0.090.2800.27
HSL280.75º28.04%62.94%-
HSV(B)280.75º28.34%73.33%-
XYZ34.0729.1850.85-
YUV150.81148.43141.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=34.62%
G=27.29%
B=38.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701341870.090.2800.27280.7528.0462.94
HexAA86BB91C01B1191c3f
Octal25220627311340334313477
Binary10101010100001101011101110011110001101110001100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86BB; }

 p { color: rgb(170,134,187); }

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

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

 a { background-color: rgb(170,134,187); }

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

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

 span { border-color: rgb(170,134,187); }

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