Shades of Medium Violet Red #AF0A8F
Tints of Medium Violet Red #AF0A8F
RGB
CMYK
RGB Variations
Color information
#AF0A8F (or 0xAF0A8F) is known color: Medium Violet Red. HEX triplet: AF, 0A and 8F. RGB value is (175,10,143). Sum of RGB (Red+Green+Blue) = 175+10+143=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0A8F is #50F570. Grayscale: #4A4A4A. Windows color (decimal): -5305713 or 9374383. OLE color: 9374383.
HSL color Cylindrical-coordinate representation of color #AF0A8F: hue angle of 311.64º degrees, saturation: 0.89, 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 #AF0A8F is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 143 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.31 |
| HSL | 311.64º | 0.89% | 0.36% | - |
| HSV(B) | 311.64º | 0.94% | 0.69% | - |
| XYZ | 22.75 | 11.31 | 26.97 | - |
| YUV | 74.5 | 166.66 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 143 | 0 | 0.94 | 0.18 | 0.31 | 311.64 | 0.89 | 0.36 |
| Hex | AF | A | 8F | 0 | 5E | 12 | 1F | 138 | 59 | 24 |
| Octal | 257 | 12 | 217 | 0 | 136 | 22 | 37 | 470 | 131 | 44 |
| Binary | 10101111 | 1010 | 10001111 | 0 | 1011110 | 10010 | 11111 | 100111000 | 1011001 | 100100 |
Color Harmonies of #AF0A8F
Complementary color
Monochromatic Colors of #AF0A8F
Black with #AF0A8F
Text Example
Text Example
White with #AF0A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A8F; }
p { color: rgb(175,10,143); }
H1.HeaderClassName
{
color: #AF0A8F;
}
.AnyTagClassName
{
color: #AF0A8F;
}
</style>
background-color css
<style>
a { background-color: #AF0A8F; }
a { background-color: rgb(175,10,143); }
div.DivClassName
{
background-color: #AF0A8F;
}
.BgClassName
{
background-color: #AF0A8F;
}
</style>
border-color css
<style>
span { border-color: #AF0A8F; }
span { border-color: rgb(175,10,143); }
td.TdClassName
{
border-color: #AF0A8F;
}
.TagClassName
{
border-color: #AF0A8F;
}
</style>