Shades of Medium Violet Red #AF0B80
Tints of Medium Violet Red #AF0B80
RGB
CMYK
RGB Variations
Color information
#AF0B80 (or 0xAF0B80) is known color: Medium Violet Red. HEX triplet: AF, 0B and 80. RGB value is (175,11,128). Sum of RGB (Red+Green+Blue) = 175+11+128=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0B80 is #50F47F. Grayscale: #494949. Windows color (decimal): -5305472 or 8391599. OLE color: 8391599.
HSL color Cylindrical-coordinate representation of color #AF0B80: hue angle of 317.2º 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 #AF0B80 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 128 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.31 |
| HSL | 317.2º | 0.88% | 0.36% | - |
| HSV(B) | 317.2º | 0.94% | 0.69% | - |
| XYZ | 21.7 | 10.91 | 21.38 | - |
| YUV | 73.37 | 158.83 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 128 | 0 | 0.94 | 0.27 | 0.31 | 317.2 | 0.88 | 0.36 |
| Hex | AF | B | 80 | 0 | 5E | 1B | 1F | 13D | 58 | 24 |
| Octal | 257 | 13 | 200 | 0 | 136 | 33 | 37 | 475 | 130 | 44 |
| Binary | 10101111 | 1011 | 10000000 | 0 | 1011110 | 11011 | 11111 | 100111101 | 1011000 | 100100 |
Color Harmonies of #AF0B80
Complementary color
Monochromatic Colors of #AF0B80
Black with #AF0B80
Text Example
Text Example
White with #AF0B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B80; }
p { color: rgb(175,11,128); }
H1.HeaderClassName
{
color: #AF0B80;
}
.AnyTagClassName
{
color: #AF0B80;
}
</style>
background-color css
<style>
a { background-color: #AF0B80; }
a { background-color: rgb(175,11,128); }
div.DivClassName
{
background-color: #AF0B80;
}
.BgClassName
{
background-color: #AF0B80;
}
</style>
border-color css
<style>
span { border-color: #AF0B80; }
span { border-color: rgb(175,11,128); }
td.TdClassName
{
border-color: #AF0B80;
}
.TagClassName
{
border-color: #AF0B80;
}
</style>