#AA84BB

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

Shades of East Side #AA84BB

Tints of East Side #AA84BB

Color information

#AA84BB (or 0xAA84BB) is unknown color: approx East Side. HEX triplet: AA, 84 and BB. RGB value is (170,132,187). Sum of RGB (Red+Green+Blue) = 170+132+187=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA84BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84BB is #557B44. Grayscale: #959595. Windows color (decimal): -5602117 or 12289194. OLE color: 12289194.

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

Color convert

RGB170132187-
CMYK0.090.2900.27
HSL281.45º28.8%62.55%-
HSV(B)281.45º29.41%73.33%-
XYZ33.828.6450.76-
YUV149.63149.09142.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=34.76%
G=26.99%
B=38.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701321870.090.2900.27281.4528.862.55
HexAA84BB91D01B1191d3f
Octal25220427311350334313577
Binary10101010100001001011101110011110101101110001100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84BB; }

 p { color: rgb(170,132,187); }

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

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

 a { background-color: rgb(170,132,187); }

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

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

 span { border-color: rgb(170,132,187); }

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