#AA84BE

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

Shades of East Side #AA84BE

Tints of East Side #AA84BE

Color information

#AA84BE (or 0xAA84BE) is unknown color: approx East Side. HEX triplet: AA, 84 and BE. RGB value is (170,132,190). Sum of RGB (Red+Green+Blue) = 170+132+190=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA84BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84BE is #557B41. Grayscale: #959595. Windows color (decimal): -5602114 or 12485802. OLE color: 12485802.

HSL color Cylindrical-coordinate representation of color #AA84BE: hue angle of 279.31º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA84BE is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170132190-
CMYK0.110.3100.25
HSL279.31º30.85%63.14%-
HSV(B)279.31º30.53%74.51%-
XYZ34.1228.7752.47-
YUV149.97150.59142.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 132 (51.95% from 255) = 26.83%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=34.55%
G=26.83%
B=38.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701321900.110.3100.25279.3130.8563.14
HexAA84BEB1F0191171f3f
Octal25220427613370314273777
Binary10101010100001001011111010111111101100110001011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84BE; }

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

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

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

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

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

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

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

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