Shades of Medium Violet Red #A91A7B
Tints of Medium Violet Red #A91A7B
RGB
CMYK
RGB Variations
Color information
#A91A7B (or 0xA91A7B) is known color: Medium Violet Red. HEX triplet: A9, 1A and 7B. RGB value is (169,26,123). Sum of RGB (Red+Green+Blue) = 169+26+123=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91A7B is #56E584. Grayscale: #4F4F4F. Windows color (decimal): -5694853 or 8067753. OLE color: 8067753.
HSL color Cylindrical-coordinate representation of color #A91A7B: hue angle of 319.3º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91A7B is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 26 | 123 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.34 |
| HSL | 319.3º | 0.73% | 0.38% | - |
| HSV(B) | 319.3º | 0.85% | 0.66% | - |
| XYZ | 20.31 | 10.6 | 19.72 | - |
| YUV | 79.82 | 152.38 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 123 | 0 | 0.85 | 0.27 | 0.34 | 319.3 | 0.73 | 0.38 |
| Hex | A9 | 1A | 7B | 0 | 55 | 1B | 22 | 13F | 49 | 26 |
| Octal | 251 | 32 | 173 | 0 | 125 | 33 | 42 | 477 | 111 | 46 |
| Binary | 10101001 | 11010 | 1111011 | 0 | 1010101 | 11011 | 100010 | 100111111 | 1001001 | 100110 |
Color Harmonies of #A91A7B
Complementary color
Monochromatic Colors of #A91A7B
Black with #A91A7B
Text Example
Text Example
White with #A91A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91A7B; }
p { color: rgb(169,26,123); }
H1.HeaderClassName
{
color: #A91A7B;
}
.AnyTagClassName
{
color: #A91A7B;
}
</style>
background-color css
<style>
a { background-color: #A91A7B; }
a { background-color: rgb(169,26,123); }
div.DivClassName
{
background-color: #A91A7B;
}
.BgClassName
{
background-color: #A91A7B;
}
</style>
border-color css
<style>
span { border-color: #A91A7B; }
span { border-color: rgb(169,26,123); }
td.TdClassName
{
border-color: #A91A7B;
}
.TagClassName
{
border-color: #A91A7B;
}
</style>