#AA82BB

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

Shades of East Side #AA82BB

Tints of East Side #AA82BB

Color information

#AA82BB (or 0xAA82BB) is unknown color: approx East Side. HEX triplet: AA, 82 and BB. RGB value is (170,130,187). Sum of RGB (Red+Green+Blue) = 170+130+187=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA82BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82BB is #557D44. Grayscale: #949494. Windows color (decimal): -5602629 or 12288682. OLE color: 12288682.

HSL color Cylindrical-coordinate representation of color #AA82BB: hue angle of 282.11º degrees, saturation: 0.3, 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 #AA82BB is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170130187-
CMYK0.090.3000.27
HSL282.11º29.53%62.16%-
HSV(B)282.11º30.48%73.33%-
XYZ33.5328.150.67-
YUV148.46149.75143.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=34.91%
G=26.69%
B=38.40%

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
Decimal1701301870.090.3000.27282.1129.5362.16
HexAA82BB91E01B11a1e3e
Octal25220227311360334323676
Binary10101010100000101011101110011111001101110001101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82BB; }

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

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

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

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

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

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

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

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