Shades of Medium Red Violet #AA278F
Tints of Medium Red Violet #AA278F
RGB
CMYK
RGB Variations
Color information
#AA278F (or 0xAA278F) is known color: Medium Red Violet. HEX triplet: AA, 27 and 8F. RGB value is (170,39,143). Sum of RGB (Red+Green+Blue) = 170+39+143=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA278F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA278F is #55D870. Grayscale: #595959. Windows color (decimal): -5625969 or 9381802. OLE color: 9381802.
HSL color Cylindrical-coordinate representation of color #AA278F: hue angle of 312.37º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA278F is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 143 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.33 |
| HSL | 312.37º | 0.63% | 0.41% | - |
| HSV(B) | 312.37º | 0.77% | 0.67% | - |
| XYZ | 22.26 | 11.98 | 27.13 | - |
| YUV | 90.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 143 | 0 | 0.77 | 0.16 | 0.33 | 312.37 | 0.63 | 0.41 |
| Hex | AA | 27 | 8F | 0 | 4D | 10 | 21 | 138 | 3F | 29 |
| Octal | 252 | 47 | 217 | 0 | 115 | 20 | 41 | 470 | 77 | 51 |
| Binary | 10101010 | 100111 | 10001111 | 0 | 1001101 | 10000 | 100001 | 100111000 | 111111 | 101001 |
Color Harmonies of #AA278F
Complementary color
Monochromatic Colors of #AA278F
Black with #AA278F
Text Example
Text Example
White with #AA278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA278F; }
p { color: rgb(170,39,143); }
H1.HeaderClassName
{
color: #AA278F;
}
.AnyTagClassName
{
color: #AA278F;
}
</style>
background-color css
<style>
a { background-color: #AA278F; }
a { background-color: rgb(170,39,143); }
div.DivClassName
{
background-color: #AA278F;
}
.BgClassName
{
background-color: #AA278F;
}
</style>
border-color css
<style>
span { border-color: #AA278F; }
span { border-color: rgb(170,39,143); }
td.TdClassName
{
border-color: #AA278F;
}
.TagClassName
{
border-color: #AA278F;
}
</style>