#AA2186

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

Shades of Medium Red Violet #AA2186

Tints of Medium Red Violet #AA2186

Color information

#AA2186 (or 0xAA2186) is unknown color: approx Medium Red Violet. HEX triplet: AA, 21 and 86. RGB value is (170,33,134). Sum of RGB (Red+Green+Blue) = 170+33+134=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2186 is #55DE79. Grayscale: #555555. Windows color (decimal): -5627514 or 8790442. OLE color: 8790442.

HSL color Cylindrical-coordinate representation of color #AA2186: hue angle of 315.77º 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 #AA2186 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB17033134-
CMYK00.810.210.33
HSL315.77º67.49%39.8%-
HSV(B)315.77º80.59%66.67%-
XYZ21.4211.3523.62-
YUV85.48155.39188.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 33 (13.28% from 255) = 9.79%
BLUE value IS 134 (52.73% from 255) = 39.76%
R=50.45%
G=9.79%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703313400.810.210.33315.7767.4939.8
HexAA2186051152113c4328
Octal252412060121254147410350
Binary101010101000011000011001010001101011000011001111001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2186; }

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

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

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

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

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

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

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

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