Shades of Medium Violet Red #A80F8A
Tints of Medium Violet Red #A80F8A
RGB
CMYK
RGB Variations
Color information
#A80F8A (or 0xA80F8A) is known color: Medium Violet Red. HEX triplet: A8, 0F and 8A. RGB value is (168,15,138). Sum of RGB (Red+Green+Blue) = 168+15+138=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80F8A is #57F075. Grayscale: #4A4A4A. Windows color (decimal): -5763190 or 9047976. OLE color: 9047976.
HSL color Cylindrical-coordinate representation of color #A80F8A: hue angle of 311.76º 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 #A80F8A is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 15 | 138 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.34 |
| HSL | 311.76º | 0.84% | 0.36% | - |
| HSV(B) | 311.76º | 0.91% | 0.66% | - |
| XYZ | 20.91 | 10.5 | 24.97 | - |
| YUV | 74.77 | 163.69 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 138 | 0 | 0.91 | 0.18 | 0.34 | 311.76 | 0.84 | 0.36 |
| Hex | A8 | F | 8A | 0 | 5B | 12 | 22 | 138 | 54 | 24 |
| Octal | 250 | 17 | 212 | 0 | 133 | 22 | 42 | 470 | 124 | 44 |
| Binary | 10101000 | 1111 | 10001010 | 0 | 1011011 | 10010 | 100010 | 100111000 | 1010100 | 100100 |
Color Harmonies of #A80F8A
Complementary color
Monochromatic Colors of #A80F8A
Black with #A80F8A
Text Example
Text Example
White with #A80F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80F8A; }
p { color: rgb(168,15,138); }
H1.HeaderClassName
{
color: #A80F8A;
}
.AnyTagClassName
{
color: #A80F8A;
}
</style>
background-color css
<style>
a { background-color: #A80F8A; }
a { background-color: rgb(168,15,138); }
div.DivClassName
{
background-color: #A80F8A;
}
.BgClassName
{
background-color: #A80F8A;
}
</style>
border-color css
<style>
span { border-color: #A80F8A; }
span { border-color: rgb(168,15,138); }
td.TdClassName
{
border-color: #A80F8A;
}
.TagClassName
{
border-color: #A80F8A;
}
</style>