Shades of Medium Violet Red #A81185
Tints of Medium Violet Red #A81185
RGB
CMYK
RGB Variations
Color information
#A81185 (or 0xA81185) is known color: Medium Violet Red. HEX triplet: A8, 11 and 85. RGB value is (168,17,133). Sum of RGB (Red+Green+Blue) = 168+17+133=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A81185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81185 is #57EE7A. Grayscale: #4B4B4B. Windows color (decimal): -5762683 or 8720808. OLE color: 8720808.
HSL color Cylindrical-coordinate representation of color #A81185: hue angle of 313.91º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81185 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 133 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.34 |
| HSL | 313.91º | 0.82% | 0.36% | - |
| HSV(B) | 313.91º | 0.9% | 0.66% | - |
| XYZ | 20.58 | 10.42 | 23.12 | - |
| YUV | 75.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 133 | 0 | 0.90 | 0.21 | 0.34 | 313.91 | 0.82 | 0.36 |
| Hex | A8 | 11 | 85 | 0 | 5A | 15 | 22 | 13A | 52 | 24 |
| Octal | 250 | 21 | 205 | 0 | 132 | 25 | 42 | 472 | 122 | 44 |
| Binary | 10101000 | 10001 | 10000101 | 0 | 1011010 | 10101 | 100010 | 100111010 | 1010010 | 100100 |
Color Harmonies of #A81185
Complementary color
Monochromatic Colors of #A81185
Black with #A81185
Text Example
Text Example
White with #A81185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81185; }
p { color: rgb(168,17,133); }
H1.HeaderClassName
{
color: #A81185;
}
.AnyTagClassName
{
color: #A81185;
}
</style>
background-color css
<style>
a { background-color: #A81185; }
a { background-color: rgb(168,17,133); }
div.DivClassName
{
background-color: #A81185;
}
.BgClassName
{
background-color: #A81185;
}
</style>
border-color css
<style>
span { border-color: #A81185; }
span { border-color: rgb(168,17,133); }
td.TdClassName
{
border-color: #A81185;
}
.TagClassName
{
border-color: #A81185;
}
</style>