Shades of Medium Violet Red #AF107D
Tints of Medium Violet Red #AF107D
RGB
CMYK
RGB Variations
Color information
#AF107D (or 0xAF107D) is known color: Medium Violet Red. HEX triplet: AF, 10 and 7D. RGB value is (175,16,125). Sum of RGB (Red+Green+Blue) = 175+16+125=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF107D is #50EF82. Grayscale: #4B4B4B. Windows color (decimal): -5304195 or 8196271. OLE color: 8196271.
HSL color Cylindrical-coordinate representation of color #AF107D: hue angle of 318.87º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF107D is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 125 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.31 |
| HSL | 318.87º | 0.83% | 0.37% | - |
| HSV(B) | 318.87º | 0.91% | 0.69% | - |
| XYZ | 21.57 | 10.97 | 20.38 | - |
| YUV | 75.97 | 155.68 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 125 | 0 | 0.91 | 0.29 | 0.31 | 318.87 | 0.83 | 0.37 |
| Hex | AF | 10 | 7D | 0 | 5B | 1D | 1F | 13F | 53 | 25 |
| Octal | 257 | 20 | 175 | 0 | 133 | 35 | 37 | 477 | 123 | 45 |
| Binary | 10101111 | 10000 | 1111101 | 0 | 1011011 | 11101 | 11111 | 100111111 | 1010011 | 100101 |
Color Harmonies of #AF107D
Complementary color
Monochromatic Colors of #AF107D
Black with #AF107D
Text Example
Text Example
White with #AF107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF107D; }
p { color: rgb(175,16,125); }
H1.HeaderClassName
{
color: #AF107D;
}
.AnyTagClassName
{
color: #AF107D;
}
</style>
background-color css
<style>
a { background-color: #AF107D; }
a { background-color: rgb(175,16,125); }
div.DivClassName
{
background-color: #AF107D;
}
.BgClassName
{
background-color: #AF107D;
}
</style>
border-color css
<style>
span { border-color: #AF107D; }
span { border-color: rgb(175,16,125); }
td.TdClassName
{
border-color: #AF107D;
}
.TagClassName
{
border-color: #AF107D;
}
</style>