Shades of Medium Violet Red #A80985
Tints of Medium Violet Red #A80985
RGB
CMYK
RGB Variations
Color information
#A80985 (or 0xA80985) is known color: Medium Violet Red. HEX triplet: A8, 09 and 85. RGB value is (168,9,133). Sum of RGB (Red+Green+Blue) = 168+9+133=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A80985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80985 is #57F67A. Grayscale: #464646. Windows color (decimal): -5764731 or 8718760. OLE color: 8718760.
HSL color Cylindrical-coordinate representation of color #A80985: hue angle of 313.21º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80985 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 133 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.34 |
| HSL | 313.21º | 0.9% | 0.35% | - |
| HSV(B) | 313.21º | 0.95% | 0.66% | - |
| XYZ | 20.48 | 10.21 | 23.08 | - |
| YUV | 70.68 | 163.18 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 133 | 0 | 0.95 | 0.21 | 0.34 | 313.21 | 0.9 | 0.35 |
| Hex | A8 | 9 | 85 | 0 | 5F | 15 | 22 | 139 | 5A | 23 |
| Octal | 250 | 11 | 205 | 0 | 137 | 25 | 42 | 471 | 132 | 43 |
| Binary | 10101000 | 1001 | 10000101 | 0 | 1011111 | 10101 | 100010 | 100111001 | 1011010 | 100011 |
Color Harmonies of #A80985
Complementary color
Monochromatic Colors of #A80985
Black with #A80985
Text Example
Text Example
White with #A80985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80985; }
p { color: rgb(168,9,133); }
H1.HeaderClassName
{
color: #A80985;
}
.AnyTagClassName
{
color: #A80985;
}
</style>
background-color css
<style>
a { background-color: #A80985; }
a { background-color: rgb(168,9,133); }
div.DivClassName
{
background-color: #A80985;
}
.BgClassName
{
background-color: #A80985;
}
</style>
border-color css
<style>
span { border-color: #A80985; }
span { border-color: rgb(168,9,133); }
td.TdClassName
{
border-color: #A80985;
}
.TagClassName
{
border-color: #A80985;
}
</style>