Shades of Medium Violet Red #A80C85
Tints of Medium Violet Red #A80C85
RGB
CMYK
RGB Variations
Color information
#A80C85 (or 0xA80C85) is known color: Medium Violet Red. HEX triplet: A8, 0C and 85. RGB value is (168,12,133). Sum of RGB (Red+Green+Blue) = 168+12+133=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C85 is #57F37A. Grayscale: #484848. Windows color (decimal): -5763963 or 8719528. OLE color: 8719528.
HSL color Cylindrical-coordinate representation of color #A80C85: hue angle of 313.46º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C85 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 133 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.34 |
| HSL | 313.46º | 0.87% | 0.35% | - |
| HSV(B) | 313.46º | 0.93% | 0.66% | - |
| XYZ | 20.51 | 10.28 | 23.09 | - |
| YUV | 72.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 133 | 0 | 0.93 | 0.21 | 0.34 | 313.46 | 0.87 | 0.35 |
| Hex | A8 | C | 85 | 0 | 5D | 15 | 22 | 139 | 57 | 23 |
| Octal | 250 | 14 | 205 | 0 | 135 | 25 | 42 | 471 | 127 | 43 |
| Binary | 10101000 | 1100 | 10000101 | 0 | 1011101 | 10101 | 100010 | 100111001 | 1010111 | 100011 |
Color Harmonies of #A80C85
Complementary color
Monochromatic Colors of #A80C85
Black with #A80C85
Text Example
Text Example
White with #A80C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C85; }
p { color: rgb(168,12,133); }
H1.HeaderClassName
{
color: #A80C85;
}
.AnyTagClassName
{
color: #A80C85;
}
</style>
background-color css
<style>
a { background-color: #A80C85; }
a { background-color: rgb(168,12,133); }
div.DivClassName
{
background-color: #A80C85;
}
.BgClassName
{
background-color: #A80C85;
}
</style>
border-color css
<style>
span { border-color: #A80C85; }
span { border-color: rgb(168,12,133); }
td.TdClassName
{
border-color: #A80C85;
}
.TagClassName
{
border-color: #A80C85;
}
</style>