#AA82B1

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

Shades of East Side #AA82B1

Tints of East Side #AA82B1

Color information

#AA82B1 (or 0xAA82B1) is unknown color: approx East Side. HEX triplet: AA, 82 and B1. RGB value is (170,130,177). Sum of RGB (Red+Green+Blue) = 170+130+177=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA82B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA82B1 is #557D4E. Grayscale: #939393. Windows color (decimal): -5602639 or 11633322. OLE color: 11633322.

HSL color Cylindrical-coordinate representation of color #AA82B1: hue angle of 291.06º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA82B1 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170130177-
CMYK0.040.2700.31
HSL291.06º23.15%60.2%-
HSV(B)291.06º26.55%69.41%-
XYZ32.527.6945.23-
YUV147.32144.75144.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 177 (69.53% from 255) = 37.11%
R=35.64%
G=27.25%
B=37.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701301770.040.2700.31291.0623.1560.2
HexAA82B141B01F123173c
Octal2522022614330374432774
Binary1010101010000010101100011001101101111110010001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82B1; }

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

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

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

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

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

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

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

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