Shades of Medium Red Violet #AA2282
Tints of Medium Red Violet #AA2282
RGB
CMYK
RGB Variations
Color information
#AA2282 (or 0xAA2282) is known color: Medium Red Violet. HEX triplet: AA, 22 and 82. RGB value is (170,34,130). Sum of RGB (Red+Green+Blue) = 170+34+130=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2282 is #55DD7D. Grayscale: #555555. Windows color (decimal): -5627262 or 8528554. OLE color: 8528554.
HSL color Cylindrical-coordinate representation of color #AA2282: hue angle of 317.65º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2282 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 130 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.33 |
| HSL | 317.65º | 0.67% | 0.4% | - |
| HSV(B) | 317.65º | 0.8% | 0.67% | - |
| XYZ | 21.18 | 11.3 | 22.18 | - |
| YUV | 85.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 130 | 0 | 0.80 | 0.24 | 0.33 | 317.65 | 0.67 | 0.4 |
| Hex | AA | 22 | 82 | 0 | 50 | 18 | 21 | 13E | 43 | 28 |
| Octal | 252 | 42 | 202 | 0 | 120 | 30 | 41 | 476 | 103 | 50 |
| Binary | 10101010 | 100010 | 10000010 | 0 | 1010000 | 11000 | 100001 | 100111110 | 1000011 | 101000 |
Color Harmonies of #AA2282
Complementary color
Monochromatic Colors of #AA2282
Black with #AA2282
Text Example
Text Example
White with #AA2282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2282; }
p { color: rgb(170,34,130); }
H1.HeaderClassName
{
color: #AA2282;
}
.AnyTagClassName
{
color: #AA2282;
}
</style>
background-color css
<style>
a { background-color: #AA2282; }
a { background-color: rgb(170,34,130); }
div.DivClassName
{
background-color: #AA2282;
}
.BgClassName
{
background-color: #AA2282;
}
</style>
border-color css
<style>
span { border-color: #AA2282; }
span { border-color: rgb(170,34,130); }
td.TdClassName
{
border-color: #AA2282;
}
.TagClassName
{
border-color: #AA2282;
}
</style>