#AA82BA

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

Shades of East Side #AA82BA

Tints of East Side #AA82BA

Color information

#AA82BA (or 0xAA82BA) is unknown color: approx East Side. HEX triplet: AA, 82 and BA. RGB value is (170,130,186). Sum of RGB (Red+Green+Blue) = 170+130+186=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82BA is #557D45. Grayscale: #949494. Windows color (decimal): -5602630 or 12223146. OLE color: 12223146.

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

Color convert

RGB170130186-
CMYK0.090.3000.27
HSL282.86º28.87%61.96%-
HSV(B)282.86º30.11%72.94%-
XYZ33.4228.0650.11-
YUV148.34149.25143.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=34.98%
G=26.75%
B=38.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701301860.090.3000.27282.8628.8761.96
HexAA82BA91E01B11b1d3e
Octal25220227211360334333576
Binary10101010100000101011101010011111001101110001101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82BA; }

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

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

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

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

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

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

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

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