Shades of Medium Violet Red #A81790
Tints of Medium Violet Red #A81790
RGB
CMYK
RGB Variations
Color information
#A81790 (or 0xA81790) is known color: Medium Violet Red. HEX triplet: A8, 17 and 90. RGB value is (168,23,144). Sum of RGB (Red+Green+Blue) = 168+23+144=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A81790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81790 is #57E86F. Grayscale: #4F4F4F. Windows color (decimal): -5761136 or 9443240. OLE color: 9443240.
HSL color Cylindrical-coordinate representation of color #A81790: hue angle of 309.93º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81790 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 144 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.34 |
| HSL | 309.93º | 0.76% | 0.37% | - |
| HSV(B) | 309.93º | 0.86% | 0.66% | - |
| XYZ | 21.49 | 10.95 | 27.37 | - |
| YUV | 80.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 144 | 0 | 0.86 | 0.14 | 0.34 | 309.93 | 0.76 | 0.37 |
| Hex | A8 | 17 | 90 | 0 | 56 | E | 22 | 136 | 4C | 25 |
| Octal | 250 | 27 | 220 | 0 | 126 | 16 | 42 | 466 | 114 | 45 |
| Binary | 10101000 | 10111 | 10010000 | 0 | 1010110 | 1110 | 100010 | 100110110 | 1001100 | 100101 |
Color Harmonies of #A81790
Complementary color
Monochromatic Colors of #A81790
Black with #A81790
Text Example
Text Example
White with #A81790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81790; }
p { color: rgb(168,23,144); }
H1.HeaderClassName
{
color: #A81790;
}
.AnyTagClassName
{
color: #A81790;
}
</style>
background-color css
<style>
a { background-color: #A81790; }
a { background-color: rgb(168,23,144); }
div.DivClassName
{
background-color: #A81790;
}
.BgClassName
{
background-color: #A81790;
}
</style>
border-color css
<style>
span { border-color: #A81790; }
span { border-color: rgb(168,23,144); }
td.TdClassName
{
border-color: #A81790;
}
.TagClassName
{
border-color: #A81790;
}
</style>