Shades of Medium Red Violet #AA4582
Tints of Medium Red Violet #AA4582
RGB
CMYK
RGB Variations
Color information
#AA4582 (or 0xAA4582) is known color: Medium Red Violet. HEX triplet: AA, 45 and 82. RGB value is (170,69,130). Sum of RGB (Red+Green+Blue) = 170+69+130=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4582 is #55BA7D. Grayscale: #6A6A6A. Windows color (decimal): -5618302 or 8537514. OLE color: 8537514.
HSL color Cylindrical-coordinate representation of color #AA4582: hue angle of 323.76º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4582 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 130 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.33 |
| HSL | 323.76º | 0.42% | 0.47% | - |
| HSV(B) | 323.76º | 0.59% | 0.67% | - |
| XYZ | 22.73 | 14.41 | 22.7 | - |
| YUV | 106.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 130 | 0 | 0.59 | 0.24 | 0.33 | 323.76 | 0.42 | 0.47 |
| Hex | AA | 45 | 82 | 0 | 3B | 18 | 21 | 144 | 2A | 2F |
| Octal | 252 | 105 | 202 | 0 | 73 | 30 | 41 | 504 | 52 | 57 |
| Binary | 10101010 | 1000101 | 10000010 | 0 | 111011 | 11000 | 100001 | 101000100 | 101010 | 101111 |
Color Harmonies of #AA4582
Complementary color
Monochromatic Colors of #AA4582
Black with #AA4582
Text Example
Text Example
White with #AA4582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4582; }
p { color: rgb(170,69,130); }
H1.HeaderClassName
{
color: #AA4582;
}
.AnyTagClassName
{
color: #AA4582;
}
</style>
background-color css
<style>
a { background-color: #AA4582; }
a { background-color: rgb(170,69,130); }
div.DivClassName
{
background-color: #AA4582;
}
.BgClassName
{
background-color: #AA4582;
}
</style>
border-color css
<style>
span { border-color: #AA4582; }
span { border-color: rgb(170,69,130); }
td.TdClassName
{
border-color: #AA4582;
}
.TagClassName
{
border-color: #AA4582;
}
</style>