Shades of Medium Violet Red #A80B85
Tints of Medium Violet Red #A80B85
RGB
CMYK
RGB Variations
Color information
#A80B85 (or 0xA80B85) is known color: Medium Violet Red. HEX triplet: A8, 0B and 85. RGB value is (168,11,133). Sum of RGB (Red+Green+Blue) = 168+11+133=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80B85 is #57F47A. Grayscale: #474747. Windows color (decimal): -5764219 or 8719272. OLE color: 8719272.
HSL color Cylindrical-coordinate representation of color #A80B85: hue angle of 313.38º degrees, saturation: 0.88, 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 #A80B85 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 11 | 133 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.34 |
| HSL | 313.38º | 0.88% | 0.35% | - |
| HSV(B) | 313.38º | 0.93% | 0.66% | - |
| XYZ | 20.5 | 10.26 | 23.09 | - |
| YUV | 71.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 133 | 0 | 0.93 | 0.21 | 0.34 | 313.38 | 0.88 | 0.35 |
| Hex | A8 | B | 85 | 0 | 5D | 15 | 22 | 139 | 58 | 23 |
| Octal | 250 | 13 | 205 | 0 | 135 | 25 | 42 | 471 | 130 | 43 |
| Binary | 10101000 | 1011 | 10000101 | 0 | 1011101 | 10101 | 100010 | 100111001 | 1011000 | 100011 |
Color Harmonies of #A80B85
Complementary color
Monochromatic Colors of #A80B85
Black with #A80B85
Text Example
Text Example
White with #A80B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80B85; }
p { color: rgb(168,11,133); }
H1.HeaderClassName
{
color: #A80B85;
}
.AnyTagClassName
{
color: #A80B85;
}
</style>
background-color css
<style>
a { background-color: #A80B85; }
a { background-color: rgb(168,11,133); }
div.DivClassName
{
background-color: #A80B85;
}
.BgClassName
{
background-color: #A80B85;
}
</style>
border-color css
<style>
span { border-color: #A80B85; }
span { border-color: rgb(168,11,133); }
td.TdClassName
{
border-color: #A80B85;
}
.TagClassName
{
border-color: #A80B85;
}
</style>