#AA84BA

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

Shades of East Side #AA84BA

Tints of East Side #AA84BA

Color information

#AA84BA (or 0xAA84BA) is unknown color: approx East Side. HEX triplet: AA, 84 and BA. RGB value is (170,132,186). Sum of RGB (Red+Green+Blue) = 170+132+186=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84BA is #557B45. Grayscale: #959595. Windows color (decimal): -5602118 or 12223658. OLE color: 12223658.

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

Color convert

RGB170132186-
CMYK0.090.2900.27
HSL282.22º28.12%62.35%-
HSV(B)282.22º29.03%72.94%-
XYZ33.6928.5950.2-
YUV149.52148.59142.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=34.84%
G=27.05%
B=38.11%

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
Decimal1701321860.090.2900.27282.2228.1262.35
HexAA84BA91D01B11a1c3e
Octal25220427211350334323476
Binary10101010100001001011101010011110101101110001101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84BA; }

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

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

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

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

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

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

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

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