#AA82C5

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

Shades of East Side #AA82C5

Tints of East Side #AA82C5

Color information

#AA82C5 (or 0xAA82C5) is unknown color: approx East Side. HEX triplet: AA, 82 and C5. RGB value is (170,130,197). Sum of RGB (Red+Green+Blue) = 170+130+197=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA82C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82C5 is #557D3A. Grayscale: #959595. Windows color (decimal): -5602619 or 12944042. OLE color: 12944042.

HSL color Cylindrical-coordinate representation of color #AA82C5: hue angle of 275.82º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA82C5 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170130197-
CMYK0.140.3400.23
HSL275.82º36.61%64.12%-
HSV(B)275.82º34.01%77.25%-
XYZ34.6428.5456.51-
YUV149.6154.75142.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 197 (77.34% from 255) = 39.64%
R=34.21%
G=26.16%
B=39.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701301970.140.3400.23275.8236.6164.12
HexAA82C5E220171142540
Octal252202305164202742445100
Binary10101010100000101100010111101000100101111000101001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82C5; }

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

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

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

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

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

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

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

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