#AA2182

Color #AA2182 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA2182

Tints of Medium Red Violet #AA2182

Color information

#AA2182 (or 0xAA2182) is unknown color: approx Medium Red Violet. HEX triplet: AA, 21 and 82. RGB value is (170,33,130). Sum of RGB (Red+Green+Blue) = 170+33+130=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2182 is #55DE7D. Grayscale: #545454. Windows color (decimal): -5627518 or 8528298. OLE color: 8528298.

HSL color Cylindrical-coordinate representation of color #AA2182: hue angle of 317.52º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2182 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB17033130-
CMYK00.810.240.33
HSL317.52º67.49%39.8%-
HSV(B)317.52º80.59%66.67%-
XYZ21.1511.2522.17-
YUV85.02153.39188.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 33 (13.28% from 255) = 9.91%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=51.05%
G=9.91%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703313000.810.240.33317.5267.4939.8
HexAA2182051182113e4328
Octal252412020121304147610350
Binary101010101000011000001001010001110001000011001111101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2182; }

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

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

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

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

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

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

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

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