Shades of Medium Violet Red #A91085
Tints of Medium Violet Red #A91085
RGB
CMYK
RGB Variations
Color information
#A91085 (or 0xA91085) is known color: Medium Violet Red. HEX triplet: A9, 10 and 85. RGB value is (169,16,133). Sum of RGB (Red+Green+Blue) = 169+16+133=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A91085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91085 is #56EF7A. Grayscale: #4A4A4A. Windows color (decimal): -5697403 or 8720553. OLE color: 8720553.
HSL color Cylindrical-coordinate representation of color #A91085: hue angle of 314.12º degrees, saturation: 0.83, 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 #A91085 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 133 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.34 |
| HSL | 314.12º | 0.83% | 0.36% | - |
| HSV(B) | 314.12º | 0.91% | 0.66% | - |
| XYZ | 20.78 | 10.5 | 23.12 | - |
| YUV | 75.09 | 160.69 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 133 | 0 | 0.91 | 0.21 | 0.34 | 314.12 | 0.83 | 0.36 |
| Hex | A9 | 10 | 85 | 0 | 5B | 15 | 22 | 13A | 53 | 24 |
| Octal | 251 | 20 | 205 | 0 | 133 | 25 | 42 | 472 | 123 | 44 |
| Binary | 10101001 | 10000 | 10000101 | 0 | 1011011 | 10101 | 100010 | 100111010 | 1010011 | 100100 |
Color Harmonies of #A91085
Complementary color
Monochromatic Colors of #A91085
Black with #A91085
Text Example
Text Example
White with #A91085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91085; }
p { color: rgb(169,16,133); }
H1.HeaderClassName
{
color: #A91085;
}
.AnyTagClassName
{
color: #A91085;
}
</style>
background-color css
<style>
a { background-color: #A91085; }
a { background-color: rgb(169,16,133); }
div.DivClassName
{
background-color: #A91085;
}
.BgClassName
{
background-color: #A91085;
}
</style>
border-color css
<style>
span { border-color: #A91085; }
span { border-color: rgb(169,16,133); }
td.TdClassName
{
border-color: #A91085;
}
.TagClassName
{
border-color: #A91085;
}
</style>