Shades of Medium Red Violet #AA468F
Tints of Medium Red Violet #AA468F
RGB
CMYK
RGB Variations
Color information
#AA468F (or 0xAA468F) is known color: Medium Red Violet. HEX triplet: AA, 46 and 8F. RGB value is (170,70,143). Sum of RGB (Red+Green+Blue) = 170+70+143=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA468F is #55B970. Grayscale: #6C6C6C. Windows color (decimal): -5618033 or 9389738. OLE color: 9389738.
HSL color Cylindrical-coordinate representation of color #AA468F: hue angle of 316.2º 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 #AA468F is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 143 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.33 |
| HSL | 316.2º | 0.42% | 0.47% | - |
| HSV(B) | 316.2º | 0.59% | 0.67% | - |
| XYZ | 23.73 | 14.91 | 27.61 | - |
| YUV | 108.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 143 | 0 | 0.59 | 0.16 | 0.33 | 316.2 | 0.42 | 0.47 |
| Hex | AA | 46 | 8F | 0 | 3B | 10 | 21 | 13C | 2A | 2F |
| Octal | 252 | 106 | 217 | 0 | 73 | 20 | 41 | 474 | 52 | 57 |
| Binary | 10101010 | 1000110 | 10001111 | 0 | 111011 | 10000 | 100001 | 100111100 | 101010 | 101111 |
Color Harmonies of #AA468F
Complementary color
Monochromatic Colors of #AA468F
Black with #AA468F
Text Example
Text Example
White with #AA468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA468F; }
p { color: rgb(170,70,143); }
H1.HeaderClassName
{
color: #AA468F;
}
.AnyTagClassName
{
color: #AA468F;
}
</style>
background-color css
<style>
a { background-color: #AA468F; }
a { background-color: rgb(170,70,143); }
div.DivClassName
{
background-color: #AA468F;
}
.BgClassName
{
background-color: #AA468F;
}
</style>
border-color css
<style>
span { border-color: #AA468F; }
span { border-color: rgb(170,70,143); }
td.TdClassName
{
border-color: #AA468F;
}
.TagClassName
{
border-color: #AA468F;
}
</style>