Shades of Medium Violet Red #AF0B8B
Tints of Medium Violet Red #AF0B8B
RGB
CMYK
RGB Variations
Color information
#AF0B8B (or 0xAF0B8B) is known color: Medium Violet Red. HEX triplet: AF, 0B and 8B. RGB value is (175,11,139). Sum of RGB (Red+Green+Blue) = 175+11+139=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0B8B is #50F474. Grayscale: #4A4A4A. Windows color (decimal): -5305461 or 9112495. OLE color: 9112495.
HSL color Cylindrical-coordinate representation of color #AF0B8B: hue angle of 313.17º 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 #AF0B8B is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 139 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.31 |
| HSL | 313.17º | 0.88% | 0.36% | - |
| HSV(B) | 313.17º | 0.94% | 0.69% | - |
| XYZ | 22.46 | 11.22 | 25.41 | - |
| YUV | 74.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 139 | 0 | 0.94 | 0.21 | 0.31 | 313.17 | 0.88 | 0.36 |
| Hex | AF | B | 8B | 0 | 5E | 15 | 1F | 139 | 58 | 24 |
| Octal | 257 | 13 | 213 | 0 | 136 | 25 | 37 | 471 | 130 | 44 |
| Binary | 10101111 | 1011 | 10001011 | 0 | 1011110 | 10101 | 11111 | 100111001 | 1011000 | 100100 |
Color Harmonies of #AF0B8B
Complementary color
Monochromatic Colors of #AF0B8B
Black with #AF0B8B
Text Example
Text Example
White with #AF0B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B8B; }
p { color: rgb(175,11,139); }
H1.HeaderClassName
{
color: #AF0B8B;
}
.AnyTagClassName
{
color: #AF0B8B;
}
</style>
background-color css
<style>
a { background-color: #AF0B8B; }
a { background-color: rgb(175,11,139); }
div.DivClassName
{
background-color: #AF0B8B;
}
.BgClassName
{
background-color: #AF0B8B;
}
</style>
border-color css
<style>
span { border-color: #AF0B8B; }
span { border-color: rgb(175,11,139); }
td.TdClassName
{
border-color: #AF0B8B;
}
.TagClassName
{
border-color: #AF0B8B;
}
</style>