Shades of Medium Violet Red #AF107E
Tints of Medium Violet Red #AF107E
RGB
CMYK
RGB Variations
Color information
#AF107E (or 0xAF107E) is known color: Medium Violet Red. HEX triplet: AF, 10 and 7E. RGB value is (175,16,126). Sum of RGB (Red+Green+Blue) = 175+16+126=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF107E is #50EF81. Grayscale: #4B4B4B. Windows color (decimal): -5304194 or 8261807. OLE color: 8261807.
HSL color Cylindrical-coordinate representation of color #AF107E: hue angle of 318.49º 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 #AF107E is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 126 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.31 |
| HSL | 318.49º | 0.83% | 0.37% | - |
| HSV(B) | 318.49º | 0.91% | 0.69% | - |
| XYZ | 21.63 | 10.99 | 20.72 | - |
| YUV | 76.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 126 | 0 | 0.91 | 0.28 | 0.31 | 318.49 | 0.83 | 0.37 |
| Hex | AF | 10 | 7E | 0 | 5B | 1C | 1F | 13E | 53 | 25 |
| Octal | 257 | 20 | 176 | 0 | 133 | 34 | 37 | 476 | 123 | 45 |
| Binary | 10101111 | 10000 | 1111110 | 0 | 1011011 | 11100 | 11111 | 100111110 | 1010011 | 100101 |
Color Harmonies of #AF107E
Complementary color
Monochromatic Colors of #AF107E
Black with #AF107E
Text Example
Text Example
White with #AF107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF107E; }
p { color: rgb(175,16,126); }
H1.HeaderClassName
{
color: #AF107E;
}
.AnyTagClassName
{
color: #AF107E;
}
</style>
background-color css
<style>
a { background-color: #AF107E; }
a { background-color: rgb(175,16,126); }
div.DivClassName
{
background-color: #AF107E;
}
.BgClassName
{
background-color: #AF107E;
}
</style>
border-color css
<style>
span { border-color: #AF107E; }
span { border-color: rgb(175,16,126); }
td.TdClassName
{
border-color: #AF107E;
}
.TagClassName
{
border-color: #AF107E;
}
</style>