#AA82CC

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

Shades of East Side #AA82CC

Tints of East Side #AA82CC

Color information

#AA82CC (or 0xAA82CC) is unknown color: approx East Side. HEX triplet: AA, 82 and CC. RGB value is (170,130,204). Sum of RGB (Red+Green+Blue) = 170+130+204=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA82CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82CC is #557D33. Grayscale: #969696. Windows color (decimal): -5602612 or 13402794. OLE color: 13402794.

HSL color Cylindrical-coordinate representation of color #AA82CC: hue angle of 272.43º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA82CC is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170130204-
CMYK0.170.3600.2
HSL272.43º42.05%65.49%-
HSV(B)272.43º36.27%80%-
XYZ35.4628.8760.83-
YUV150.4158.25141.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=33.73%
G=25.79%
B=40.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701302040.170.3600.2272.4342.0565.49
HexAA82CC11240141102a41
Octal252202314214402442052101
Binary101010101000001011001100100011001000101001000100001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82CC; }

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

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

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

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

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

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

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

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