Shades of Medium Violet Red #AF0B7C
Tints of Medium Violet Red #AF0B7C
RGB
CMYK
RGB Variations
Color information
#AF0B7C (or 0xAF0B7C) is known color: Medium Violet Red. HEX triplet: AF, 0B and 7C. RGB value is (175,11,124). Sum of RGB (Red+Green+Blue) = 175+11+124=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B7C is #50F483. Grayscale: #484848. Windows color (decimal): -5305476 or 8129455. OLE color: 8129455.
HSL color Cylindrical-coordinate representation of color #AF0B7C: hue angle of 318.66º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B7C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 124 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.31 |
| HSL | 318.66º | 0.88% | 0.36% | - |
| HSV(B) | 318.66º | 0.94% | 0.69% | - |
| XYZ | 21.44 | 10.81 | 20.03 | - |
| YUV | 72.92 | 156.83 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 124 | 0 | 0.94 | 0.29 | 0.31 | 318.66 | 0.88 | 0.36 |
| Hex | AF | B | 7C | 0 | 5E | 1D | 1F | 13F | 58 | 24 |
| Octal | 257 | 13 | 174 | 0 | 136 | 35 | 37 | 477 | 130 | 44 |
| Binary | 10101111 | 1011 | 1111100 | 0 | 1011110 | 11101 | 11111 | 100111111 | 1011000 | 100100 |
Color Harmonies of #AF0B7C
Complementary color
Monochromatic Colors of #AF0B7C
Black with #AF0B7C
Text Example
Text Example
White with #AF0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B7C; }
p { color: rgb(175,11,124); }
H1.HeaderClassName
{
color: #AF0B7C;
}
.AnyTagClassName
{
color: #AF0B7C;
}
</style>
background-color css
<style>
a { background-color: #AF0B7C; }
a { background-color: rgb(175,11,124); }
div.DivClassName
{
background-color: #AF0B7C;
}
.BgClassName
{
background-color: #AF0B7C;
}
</style>
border-color css
<style>
span { border-color: #AF0B7C; }
span { border-color: rgb(175,11,124); }
td.TdClassName
{
border-color: #AF0B7C;
}
.TagClassName
{
border-color: #AF0B7C;
}
</style>