Shades of Medium Violet Red #AF0D81
Tints of Medium Violet Red #AF0D81
RGB
CMYK
RGB Variations
Color information
#AF0D81 (or 0xAF0D81) is known color: Medium Violet Red. HEX triplet: AF, 0D and 81. RGB value is (175,13,129). Sum of RGB (Red+Green+Blue) = 175+13+129=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0D81 is #50F27E. Grayscale: #4A4A4A. Windows color (decimal): -5304959 or 8457647. OLE color: 8457647.
HSL color Cylindrical-coordinate representation of color #AF0D81: hue angle of 317.04º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0D81 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 129 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.31 |
| HSL | 317.04º | 0.86% | 0.37% | - |
| HSV(B) | 317.04º | 0.93% | 0.69% | - |
| XYZ | 21.79 | 10.99 | 21.74 | - |
| YUV | 74.66 | 158.67 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 129 | 0 | 0.93 | 0.26 | 0.31 | 317.04 | 0.86 | 0.37 |
| Hex | AF | D | 81 | 0 | 5D | 1A | 1F | 13D | 56 | 25 |
| Octal | 257 | 15 | 201 | 0 | 135 | 32 | 37 | 475 | 126 | 45 |
| Binary | 10101111 | 1101 | 10000001 | 0 | 1011101 | 11010 | 11111 | 100111101 | 1010110 | 100101 |
Color Harmonies of #AF0D81
Complementary color
Monochromatic Colors of #AF0D81
Black with #AF0D81
Text Example
Text Example
White with #AF0D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D81; }
p { color: rgb(175,13,129); }
H1.HeaderClassName
{
color: #AF0D81;
}
.AnyTagClassName
{
color: #AF0D81;
}
</style>
background-color css
<style>
a { background-color: #AF0D81; }
a { background-color: rgb(175,13,129); }
div.DivClassName
{
background-color: #AF0D81;
}
.BgClassName
{
background-color: #AF0D81;
}
</style>
border-color css
<style>
span { border-color: #AF0D81; }
span { border-color: rgb(175,13,129); }
td.TdClassName
{
border-color: #AF0D81;
}
.TagClassName
{
border-color: #AF0D81;
}
</style>