Shades of Medium Red Violet #AA458A
Tints of Medium Red Violet #AA458A
RGB
CMYK
RGB Variations
Color information
#AA458A (or 0xAA458A) is known color: Medium Red Violet. HEX triplet: AA, 45 and 8A. RGB value is (170,69,138). Sum of RGB (Red+Green+Blue) = 170+69+138=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA458A is #55BA75. Grayscale: #6A6A6A. Windows color (decimal): -5618294 or 9061802. OLE color: 9061802.
HSL color Cylindrical-coordinate representation of color #AA458A: hue angle of 319.01º 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 #AA458A is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 138 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.33 |
| HSL | 319.01º | 0.42% | 0.47% | - |
| HSV(B) | 319.01º | 0.59% | 0.67% | - |
| XYZ | 23.29 | 14.64 | 25.64 | - |
| YUV | 107.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 138 | 0 | 0.59 | 0.19 | 0.33 | 319.01 | 0.42 | 0.47 |
| Hex | AA | 45 | 8A | 0 | 3B | 13 | 21 | 13F | 2A | 2F |
| Octal | 252 | 105 | 212 | 0 | 73 | 23 | 41 | 477 | 52 | 57 |
| Binary | 10101010 | 1000101 | 10001010 | 0 | 111011 | 10011 | 100001 | 100111111 | 101010 | 101111 |
Color Harmonies of #AA458A
Complementary color
Monochromatic Colors of #AA458A
Black with #AA458A
Text Example
Text Example
White with #AA458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA458A; }
p { color: rgb(170,69,138); }
H1.HeaderClassName
{
color: #AA458A;
}
.AnyTagClassName
{
color: #AA458A;
}
</style>
background-color css
<style>
a { background-color: #AA458A; }
a { background-color: rgb(170,69,138); }
div.DivClassName
{
background-color: #AA458A;
}
.BgClassName
{
background-color: #AA458A;
}
</style>
border-color css
<style>
span { border-color: #AA458A; }
span { border-color: rgb(170,69,138); }
td.TdClassName
{
border-color: #AA458A;
}
.TagClassName
{
border-color: #AA458A;
}
</style>