Shades of Medium Red Violet #AA458F
Tints of Medium Red Violet #AA458F
RGB
CMYK
RGB Variations
Color information
#AA458F (or 0xAA458F) is known color: Medium Red Violet. HEX triplet: AA, 45 and 8F. RGB value is (170,69,143). Sum of RGB (Red+Green+Blue) = 170+69+143=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA458F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA458F is #55BA70. Grayscale: #6B6B6B. Windows color (decimal): -5618289 or 9389482. OLE color: 9389482.
HSL color Cylindrical-coordinate representation of color #AA458F: hue angle of 316.04º 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 #AA458F is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 143 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.33 |
| HSL | 316.04º | 0.42% | 0.47% | - |
| HSV(B) | 316.04º | 0.59% | 0.67% | - |
| XYZ | 23.66 | 14.79 | 27.59 | - |
| YUV | 107.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 143 | 0 | 0.59 | 0.16 | 0.33 | 316.04 | 0.42 | 0.47 |
| Hex | AA | 45 | 8F | 0 | 3B | 10 | 21 | 13C | 2A | 2F |
| Octal | 252 | 105 | 217 | 0 | 73 | 20 | 41 | 474 | 52 | 57 |
| Binary | 10101010 | 1000101 | 10001111 | 0 | 111011 | 10000 | 100001 | 100111100 | 101010 | 101111 |
Color Harmonies of #AA458F
Complementary color
Monochromatic Colors of #AA458F
Black with #AA458F
Text Example
Text Example
White with #AA458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA458F; }
p { color: rgb(170,69,143); }
H1.HeaderClassName
{
color: #AA458F;
}
.AnyTagClassName
{
color: #AA458F;
}
</style>
background-color css
<style>
a { background-color: #AA458F; }
a { background-color: rgb(170,69,143); }
div.DivClassName
{
background-color: #AA458F;
}
.BgClassName
{
background-color: #AA458F;
}
</style>
border-color css
<style>
span { border-color: #AA458F; }
span { border-color: rgb(170,69,143); }
td.TdClassName
{
border-color: #AA458F;
}
.TagClassName
{
border-color: #AA458F;
}
</style>