Shades of Medium Violet Red #AF0B8F
Tints of Medium Violet Red #AF0B8F
RGB
CMYK
RGB Variations
Color information
#AF0B8F (or 0xAF0B8F) is known color: Medium Violet Red. HEX triplet: AF, 0B and 8F. RGB value is (175,11,143). Sum of RGB (Red+Green+Blue) = 175+11+143=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0B8F is #50F470. Grayscale: #4A4A4A. Windows color (decimal): -5305457 or 9374639. OLE color: 9374639.
HSL color Cylindrical-coordinate representation of color #AF0B8F: hue angle of 311.71º 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 #AF0B8F is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 143 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.31 |
| HSL | 311.71º | 0.88% | 0.36% | - |
| HSV(B) | 311.71º | 0.94% | 0.69% | - |
| XYZ | 22.76 | 11.34 | 26.98 | - |
| YUV | 75.08 | 166.33 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 143 | 0 | 0.94 | 0.18 | 0.31 | 311.71 | 0.88 | 0.36 |
| Hex | AF | B | 8F | 0 | 5E | 12 | 1F | 138 | 58 | 24 |
| Octal | 257 | 13 | 217 | 0 | 136 | 22 | 37 | 470 | 130 | 44 |
| Binary | 10101111 | 1011 | 10001111 | 0 | 1011110 | 10010 | 11111 | 100111000 | 1011000 | 100100 |
Color Harmonies of #AF0B8F
Complementary color
Monochromatic Colors of #AF0B8F
Black with #AF0B8F
Text Example
Text Example
White with #AF0B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B8F; }
p { color: rgb(175,11,143); }
H1.HeaderClassName
{
color: #AF0B8F;
}
.AnyTagClassName
{
color: #AF0B8F;
}
</style>
background-color css
<style>
a { background-color: #AF0B8F; }
a { background-color: rgb(175,11,143); }
div.DivClassName
{
background-color: #AF0B8F;
}
.BgClassName
{
background-color: #AF0B8F;
}
</style>
border-color css
<style>
span { border-color: #AF0B8F; }
span { border-color: rgb(175,11,143); }
td.TdClassName
{
border-color: #AF0B8F;
}
.TagClassName
{
border-color: #AF0B8F;
}
</style>