#AA87BA

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

Shades of East Side #AA87BA

Tints of East Side #AA87BA

Color information

#AA87BA (or 0xAA87BA) is unknown color: approx East Side. HEX triplet: AA, 87 and BA. RGB value is (170,135,186). Sum of RGB (Red+Green+Blue) = 170+135+186=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA87BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87BA is #557845. Grayscale: #979797. Windows color (decimal): -5601350 or 12224426. OLE color: 12224426.

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

Color convert

RGB170135186-
CMYK0.090.2700.27
HSL281.18º26.98%62.94%-
HSV(B)281.18º27.42%72.94%-
XYZ34.129.4250.34-
YUV151.28147.6141.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=34.62%
G=27.49%
B=37.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701351860.090.2700.27281.1826.9862.94
HexAA87BA91B01B1191b3f
Octal25220727211330334313377
Binary10101010100001111011101010011101101101110001100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87BA; }

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

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

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

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

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

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

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

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