#aa87ca

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

Shades of East Side #AA87CA

Tints of East Side #AA87CA

Color information

#AA87CA (or 0xAA87CA) is unknown color: approx East Side. HEX triplet: AA, 87 and CA. RGB value is (170,135,202). Sum of RGB (Red+Green+Blue) = 170+135+202=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA87CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87CA is #557835. Grayscale: #989898. Windows color (decimal): -5601334 or 13273002. OLE color: 13273002.

HSL color Cylindrical-coordinate representation of color #AA87CA: hue angle of 271.34º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA87CA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170135202-
CMYK0.160.3300.21
HSL271.34º38.73%66.08%-
HSV(B)271.34º33.17%79.22%-
XYZ35.930.1459.8-
YUV153.1155.6140.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 135 (53.12% from 255) = 26.63%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=33.53%
G=26.63%
B=39.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701352020.160.3300.21271.3438.7366.08
HexAA87CA102101510f2742
Octal252207312204102541747102
Binary101010101000011111001010100001000010101011000011111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa87ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa87ca; }

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

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

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

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

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

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

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

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