#AA87C2

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

Shades of East Side #AA87C2

Tints of East Side #AA87C2

Color information

#AA87C2 (or 0xAA87C2) is unknown color: approx East Side. HEX triplet: AA, 87 and C2. RGB value is (170,135,194). Sum of RGB (Red+Green+Blue) = 170+135+194=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA87C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87C2 is #55783D. Grayscale: #979797. Windows color (decimal): -5601342 or 12748714. OLE color: 12748714.

HSL color Cylindrical-coordinate representation of color #AA87C2: hue angle of 275.59º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA87C2 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170135194-
CMYK0.120.3000.24
HSL275.59º32.6%64.51%-
HSV(B)275.59º30.41%76.08%-
XYZ34.9829.7754.94-
YUV152.19151.6140.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 135 (53.12% from 255) = 27.05%
BLUE value IS 194 (76.17% from 255) = 38.88%
R=34.07%
G=27.05%
B=38.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701351940.120.3000.24275.5932.664.51
HexAA87C2C1E0181142141
Octal252207302143603042441101
Binary1010101010000111110000101100111100110001000101001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87C2; }

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

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

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

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

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

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

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

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