#AA87BD

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

Shades of East Side #AA87BD

Tints of East Side #AA87BD

Color information

#AA87BD (or 0xAA87BD) is unknown color: approx East Side. HEX triplet: AA, 87 and BD. RGB value is (170,135,189). Sum of RGB (Red+Green+Blue) = 170+135+189=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA87BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87BD is #557842. Grayscale: #979797. Windows color (decimal): -5601347 or 12421034. OLE color: 12421034.

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

Color convert

RGB170135189-
CMYK0.100.2900.26
HSL278.89º29.03%63.53%-
HSV(B)278.89º28.57%74.12%-
XYZ34.4329.5552.03-
YUV151.62149.1141.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=34.41%
G=27.33%
B=38.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701351890.100.2900.26278.8929.0363.53
HexAA87BDA1D01A1171d40
Octal252207275123503242735100
Binary101010101000011110111101101011101011010100010111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87BD; }

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

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

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

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

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

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

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

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