#AA86BA

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

Shades of East Side #AA86BA

Tints of East Side #AA86BA

Color information

#AA86BA (or 0xAA86BA) is unknown color: approx East Side. HEX triplet: AA, 86 and BA. RGB value is (170,134,186). Sum of RGB (Red+Green+Blue) = 170+134+186=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA86BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86BA is #557945. Grayscale: #969696. Windows color (decimal): -5601606 or 12224170. OLE color: 12224170.

HSL color Cylindrical-coordinate representation of color #AA86BA: hue angle of 281.54º degrees, saturation: 0.27, 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 #AA86BA is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170134186-
CMYK0.090.2800.27
HSL281.54º27.37%62.75%-
HSV(B)281.54º27.96%72.94%-
XYZ33.9729.1450.29-
YUV150.69147.93141.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=34.69%
G=27.35%
B=37.96%

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
Decimal1701341860.090.2800.27281.5427.3762.75
HexAA86BA91C01B11a1b3f
Octal25220627211340334323377
Binary10101010100001101011101010011110001101110001101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86BA; }

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

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

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

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

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

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

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

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