Shades of Medium Violet Red #A80F81
Tints of Medium Violet Red #A80F81
RGB
CMYK
RGB Variations
Color information
#A80F81 (or 0xA80F81) is known color: Medium Violet Red. HEX triplet: A8, 0F and 81. RGB value is (168,15,129). Sum of RGB (Red+Green+Blue) = 168+15+129=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80F81 is #57F07E. Grayscale: #494949. Windows color (decimal): -5763199 or 8458152. OLE color: 8458152.
HSL color Cylindrical-coordinate representation of color #A80F81: hue angle of 315.29º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80F81 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 15 | 129 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.34 |
| HSL | 315.29º | 0.84% | 0.36% | - |
| HSV(B) | 315.29º | 0.91% | 0.66% | - |
| XYZ | 20.28 | 10.25 | 21.68 | - |
| YUV | 73.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 129 | 0 | 0.91 | 0.23 | 0.34 | 315.29 | 0.84 | 0.36 |
| Hex | A8 | F | 81 | 0 | 5B | 17 | 22 | 13B | 54 | 24 |
| Octal | 250 | 17 | 201 | 0 | 133 | 27 | 42 | 473 | 124 | 44 |
| Binary | 10101000 | 1111 | 10000001 | 0 | 1011011 | 10111 | 100010 | 100111011 | 1010100 | 100100 |
Color Harmonies of #A80F81
Complementary color
Monochromatic Colors of #A80F81
Black with #A80F81
Text Example
Text Example
White with #A80F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80F81; }
p { color: rgb(168,15,129); }
H1.HeaderClassName
{
color: #A80F81;
}
.AnyTagClassName
{
color: #A80F81;
}
</style>
background-color css
<style>
a { background-color: #A80F81; }
a { background-color: rgb(168,15,129); }
div.DivClassName
{
background-color: #A80F81;
}
.BgClassName
{
background-color: #A80F81;
}
</style>
border-color css
<style>
span { border-color: #A80F81; }
span { border-color: rgb(168,15,129); }
td.TdClassName
{
border-color: #A80F81;
}
.TagClassName
{
border-color: #A80F81;
}
</style>