Shades of Medium Violet Red #AA1C8F
Tints of Medium Violet Red #AA1C8F
RGB
CMYK
RGB Variations
Color information
#AA1C8F (or 0xAA1C8F) is known color: Medium Violet Red. HEX triplet: AA, 1C and 8F. RGB value is (170,28,143). Sum of RGB (Red+Green+Blue) = 170+28+143=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C8F is #55E370. Grayscale: #535353. Windows color (decimal): -5628785 or 9378986. OLE color: 9378986.
HSL color Cylindrical-coordinate representation of color #AA1C8F: hue angle of 311.41º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1C8F is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 143 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.33 |
| HSL | 311.41º | 0.72% | 0.39% | - |
| HSV(B) | 311.41º | 0.84% | 0.67% | - |
| XYZ | 21.95 | 11.36 | 27.02 | - |
| YUV | 83.57 | 161.54 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 143 | 0 | 0.84 | 0.16 | 0.33 | 311.41 | 0.72 | 0.39 |
| Hex | AA | 1C | 8F | 0 | 54 | 10 | 21 | 137 | 48 | 27 |
| Octal | 252 | 34 | 217 | 0 | 124 | 20 | 41 | 467 | 110 | 47 |
| Binary | 10101010 | 11100 | 10001111 | 0 | 1010100 | 10000 | 100001 | 100110111 | 1001000 | 100111 |
Color Harmonies of #AA1C8F
Complementary color
Monochromatic Colors of #AA1C8F
Black with #AA1C8F
Text Example
Text Example
White with #AA1C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C8F; }
p { color: rgb(170,28,143); }
H1.HeaderClassName
{
color: #AA1C8F;
}
.AnyTagClassName
{
color: #AA1C8F;
}
</style>
background-color css
<style>
a { background-color: #AA1C8F; }
a { background-color: rgb(170,28,143); }
div.DivClassName
{
background-color: #AA1C8F;
}
.BgClassName
{
background-color: #AA1C8F;
}
</style>
border-color css
<style>
span { border-color: #AA1C8F; }
span { border-color: rgb(170,28,143); }
td.TdClassName
{
border-color: #AA1C8F;
}
.TagClassName
{
border-color: #AA1C8F;
}
</style>