Shades of Medium Violet Red #A90F8F
Tints of Medium Violet Red #A90F8F
RGB
CMYK
RGB Variations
Color information
#A90F8F (or 0xA90F8F) is known color: Medium Violet Red. HEX triplet: A9, 0F and 8F. RGB value is (169,15,143). Sum of RGB (Red+Green+Blue) = 169+15+143=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A90F8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90F8F is #56F070. Grayscale: #4B4B4B. Windows color (decimal): -5697649 or 9375657. OLE color: 9375657.
HSL color Cylindrical-coordinate representation of color #A90F8F: hue angle of 310.13º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A90F8F is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 15 | 143 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.34 |
| HSL | 310.13º | 0.84% | 0.36% | - |
| HSV(B) | 310.13º | 0.91% | 0.66% | - |
| XYZ | 21.49 | 10.76 | 26.93 | - |
| YUV | 75.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 143 | 0 | 0.91 | 0.15 | 0.34 | 310.13 | 0.84 | 0.36 |
| Hex | A9 | F | 8F | 0 | 5B | F | 22 | 136 | 54 | 24 |
| Octal | 251 | 17 | 217 | 0 | 133 | 17 | 42 | 466 | 124 | 44 |
| Binary | 10101001 | 1111 | 10001111 | 0 | 1011011 | 1111 | 100010 | 100110110 | 1010100 | 100100 |
Color Harmonies of #A90F8F
Complementary color
Monochromatic Colors of #A90F8F
Black with #A90F8F
Text Example
Text Example
White with #A90F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90F8F; }
p { color: rgb(169,15,143); }
H1.HeaderClassName
{
color: #A90F8F;
}
.AnyTagClassName
{
color: #A90F8F;
}
</style>
background-color css
<style>
a { background-color: #A90F8F; }
a { background-color: rgb(169,15,143); }
div.DivClassName
{
background-color: #A90F8F;
}
.BgClassName
{
background-color: #A90F8F;
}
</style>
border-color css
<style>
span { border-color: #A90F8F; }
span { border-color: rgb(169,15,143); }
td.TdClassName
{
border-color: #A90F8F;
}
.TagClassName
{
border-color: #A90F8F;
}
</style>