Shades of Medium Violet Red #AA178F
Tints of Medium Violet Red #AA178F
RGB
CMYK
RGB Variations
Color information
#AA178F (or 0xAA178F) is known color: Medium Violet Red. HEX triplet: AA, 17 and 8F. RGB value is (170,23,143). Sum of RGB (Red+Green+Blue) = 170+23+143=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA178F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA178F is #55E870. Grayscale: #505050. Windows color (decimal): -5630065 or 9377706. OLE color: 9377706.
HSL color Cylindrical-coordinate representation of color #AA178F: hue angle of 311.02º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA178F is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 143 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.33 |
| HSL | 311.02º | 0.76% | 0.38% | - |
| HSV(B) | 311.02º | 0.86% | 0.67% | - |
| XYZ | 21.84 | 11.14 | 26.99 | - |
| YUV | 80.63 | 163.2 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 143 | 0 | 0.86 | 0.16 | 0.33 | 311.02 | 0.76 | 0.38 |
| Hex | AA | 17 | 8F | 0 | 56 | 10 | 21 | 137 | 4C | 26 |
| Octal | 252 | 27 | 217 | 0 | 126 | 20 | 41 | 467 | 114 | 46 |
| Binary | 10101010 | 10111 | 10001111 | 0 | 1010110 | 10000 | 100001 | 100110111 | 1001100 | 100110 |
Color Harmonies of #AA178F
Complementary color
Monochromatic Colors of #AA178F
Black with #AA178F
Text Example
Text Example
White with #AA178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA178F; }
p { color: rgb(170,23,143); }
H1.HeaderClassName
{
color: #AA178F;
}
.AnyTagClassName
{
color: #AA178F;
}
</style>
background-color css
<style>
a { background-color: #AA178F; }
a { background-color: rgb(170,23,143); }
div.DivClassName
{
background-color: #AA178F;
}
.BgClassName
{
background-color: #AA178F;
}
</style>
border-color css
<style>
span { border-color: #AA178F; }
span { border-color: rgb(170,23,143); }
td.TdClassName
{
border-color: #AA178F;
}
.TagClassName
{
border-color: #AA178F;
}
</style>