Shades of Medium Violet Red #AF0D9B
Tints of Medium Violet Red #AF0D9B
RGB
CMYK
RGB Variations
Color information
#AF0D9B (or 0xAF0D9B) is known color: Medium Violet Red. HEX triplet: AF, 0D and 9B. RGB value is (175,13,155). Sum of RGB (Red+Green+Blue) = 175+13+155=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0D9B is #50F264. Grayscale: #4D4D4D. Windows color (decimal): -5304933 or 10161583. OLE color: 10161583.
HSL color Cylindrical-coordinate representation of color #AF0D9B: hue angle of 307.41º 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 #AF0D9B is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 155 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.31 |
| HSL | 307.41º | 0.86% | 0.37% | - |
| HSV(B) | 307.41º | 0.93% | 0.69% | - |
| XYZ | 23.74 | 11.77 | 32.03 | - |
| YUV | 77.63 | 171.67 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 155 | 0 | 0.93 | 0.11 | 0.31 | 307.41 | 0.86 | 0.37 |
| Hex | AF | D | 9B | 0 | 5D | B | 1F | 133 | 56 | 25 |
| Octal | 257 | 15 | 233 | 0 | 135 | 13 | 37 | 463 | 126 | 45 |
| Binary | 10101111 | 1101 | 10011011 | 0 | 1011101 | 1011 | 11111 | 100110011 | 1010110 | 100101 |
Color Harmonies of #AF0D9B
Complementary color
Monochromatic Colors of #AF0D9B
Black with #AF0D9B
Text Example
Text Example
White with #AF0D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D9B; }
p { color: rgb(175,13,155); }
H1.HeaderClassName
{
color: #AF0D9B;
}
.AnyTagClassName
{
color: #AF0D9B;
}
</style>
background-color css
<style>
a { background-color: #AF0D9B; }
a { background-color: rgb(175,13,155); }
div.DivClassName
{
background-color: #AF0D9B;
}
.BgClassName
{
background-color: #AF0D9B;
}
</style>
border-color css
<style>
span { border-color: #AF0D9B; }
span { border-color: rgb(175,13,155); }
td.TdClassName
{
border-color: #AF0D9B;
}
.TagClassName
{
border-color: #AF0D9B;
}
</style>