Shades of Medium Red Violet #AA3A8F
Tints of Medium Red Violet #AA3A8F
RGB
CMYK
RGB Variations
Color information
#AA3A8F (or 0xAA3A8F) is known color: Medium Red Violet. HEX triplet: AA, 3A and 8F. RGB value is (170,58,143). Sum of RGB (Red+Green+Blue) = 170+58+143=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A8F is #55C570. Grayscale: #646464. Windows color (decimal): -5621105 or 9386666. OLE color: 9386666.
HSL color Cylindrical-coordinate representation of color #AA3A8F: hue angle of 314.46º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A8F is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 143 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.33 |
| HSL | 314.46º | 0.49% | 0.45% | - |
| HSV(B) | 314.46º | 0.66% | 0.67% | - |
| XYZ | 23.05 | 13.56 | 27.39 | - |
| YUV | 101.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 143 | 0 | 0.66 | 0.16 | 0.33 | 314.46 | 0.49 | 0.45 |
| Hex | AA | 3A | 8F | 0 | 42 | 10 | 21 | 13A | 31 | 2D |
| Octal | 252 | 72 | 217 | 0 | 102 | 20 | 41 | 472 | 61 | 55 |
| Binary | 10101010 | 111010 | 10001111 | 0 | 1000010 | 10000 | 100001 | 100111010 | 110001 | 101101 |
Color Harmonies of #AA3A8F
Complementary color
Monochromatic Colors of #AA3A8F
Black with #AA3A8F
Text Example
Text Example
White with #AA3A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A8F; }
p { color: rgb(170,58,143); }
H1.HeaderClassName
{
color: #AA3A8F;
}
.AnyTagClassName
{
color: #AA3A8F;
}
</style>
background-color css
<style>
a { background-color: #AA3A8F; }
a { background-color: rgb(170,58,143); }
div.DivClassName
{
background-color: #AA3A8F;
}
.BgClassName
{
background-color: #AA3A8F;
}
</style>
border-color css
<style>
span { border-color: #AA3A8F; }
span { border-color: rgb(170,58,143); }
td.TdClassName
{
border-color: #AA3A8F;
}
.TagClassName
{
border-color: #AA3A8F;
}
</style>