Shades of Medium Violet Red #AF0D84
Tints of Medium Violet Red #AF0D84
RGB
CMYK
RGB Variations
Color information
#AF0D84 (or 0xAF0D84) is known color: Medium Violet Red. HEX triplet: AF, 0D and 84. RGB value is (175,13,132). Sum of RGB (Red+Green+Blue) = 175+13+132=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0D84 is #50F27B. Grayscale: #4A4A4A. Windows color (decimal): -5304956 or 8654255. OLE color: 8654255.
HSL color Cylindrical-coordinate representation of color #AF0D84: hue angle of 315.93º 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 #AF0D84 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 132 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.31 |
| HSL | 315.93º | 0.86% | 0.37% | - |
| HSV(B) | 315.93º | 0.93% | 0.69% | - |
| XYZ | 21.99 | 11.07 | 22.81 | - |
| YUV | 75 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 132 | 0 | 0.93 | 0.25 | 0.31 | 315.93 | 0.86 | 0.37 |
| Hex | AF | D | 84 | 0 | 5D | 19 | 1F | 13C | 56 | 25 |
| Octal | 257 | 15 | 204 | 0 | 135 | 31 | 37 | 474 | 126 | 45 |
| Binary | 10101111 | 1101 | 10000100 | 0 | 1011101 | 11001 | 11111 | 100111100 | 1010110 | 100101 |
Color Harmonies of #AF0D84
Complementary color
Monochromatic Colors of #AF0D84
Black with #AF0D84
Text Example
Text Example
White with #AF0D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D84; }
p { color: rgb(175,13,132); }
H1.HeaderClassName
{
color: #AF0D84;
}
.AnyTagClassName
{
color: #AF0D84;
}
</style>
background-color css
<style>
a { background-color: #AF0D84; }
a { background-color: rgb(175,13,132); }
div.DivClassName
{
background-color: #AF0D84;
}
.BgClassName
{
background-color: #AF0D84;
}
</style>
border-color css
<style>
span { border-color: #AF0D84; }
span { border-color: rgb(175,13,132); }
td.TdClassName
{
border-color: #AF0D84;
}
.TagClassName
{
border-color: #AF0D84;
}
</style>