#AA84B7

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

Shades of East Side #AA84B7

Tints of East Side #AA84B7

Color information

#AA84B7 (or 0xAA84B7) is unknown color: approx East Side. HEX triplet: AA, 84 and B7. RGB value is (170,132,183). Sum of RGB (Red+Green+Blue) = 170+132+183=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA84B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84B7 is #557B48. Grayscale: #959595. Windows color (decimal): -5602121 or 12027050. OLE color: 12027050.

HSL color Cylindrical-coordinate representation of color #AA84B7: hue angle of 284.71º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA84B7 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170132183-
CMYK0.070.2800.28
HSL284.71º26.15%61.76%-
HSV(B)284.71º27.87%71.76%-
XYZ33.3828.4748.54-
YUV149.18147.09142.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 183 (71.88% from 255) = 37.73%
R=35.05%
G=27.22%
B=37.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701321830.070.2800.28284.7126.1561.76
HexAA84B771C01C11d1a3e
Octal2522042677340344353276
Binary1010101010000100101101111111110001110010001110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84B7; }

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

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

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

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

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

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

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

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