Shades of Medium Violet Red #AF127D
Tints of Medium Violet Red #AF127D
RGB
CMYK
RGB Variations
Color information
#AF127D (or 0xAF127D) is known color: Medium Violet Red. HEX triplet: AF, 12 and 7D. RGB value is (175,18,125). Sum of RGB (Red+Green+Blue) = 175+18+125=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF127D is #50ED82. Grayscale: #4C4C4C. Windows color (decimal): -5303683 or 8196783. OLE color: 8196783.
HSL color Cylindrical-coordinate representation of color #AF127D: hue angle of 319.11º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF127D is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 125 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.31 |
| HSL | 319.11º | 0.81% | 0.38% | - |
| HSV(B) | 319.11º | 0.9% | 0.69% | - |
| XYZ | 21.6 | 11.03 | 20.39 | - |
| YUV | 77.14 | 155.01 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 125 | 0 | 0.90 | 0.29 | 0.31 | 319.11 | 0.81 | 0.38 |
| Hex | AF | 12 | 7D | 0 | 5A | 1D | 1F | 13F | 51 | 26 |
| Octal | 257 | 22 | 175 | 0 | 132 | 35 | 37 | 477 | 121 | 46 |
| Binary | 10101111 | 10010 | 1111101 | 0 | 1011010 | 11101 | 11111 | 100111111 | 1010001 | 100110 |
Color Harmonies of #AF127D
Complementary color
Monochromatic Colors of #AF127D
Black with #AF127D
Text Example
Text Example
White with #AF127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF127D; }
p { color: rgb(175,18,125); }
H1.HeaderClassName
{
color: #AF127D;
}
.AnyTagClassName
{
color: #AF127D;
}
</style>
background-color css
<style>
a { background-color: #AF127D; }
a { background-color: rgb(175,18,125); }
div.DivClassName
{
background-color: #AF127D;
}
.BgClassName
{
background-color: #AF127D;
}
</style>
border-color css
<style>
span { border-color: #AF127D; }
span { border-color: rgb(175,18,125); }
td.TdClassName
{
border-color: #AF127D;
}
.TagClassName
{
border-color: #AF127D;
}
</style>