Shades of Medium Violet Red #AF138E
Tints of Medium Violet Red #AF138E
RGB
CMYK
RGB Variations
Color information
#AF138E (or 0xAF138E) is known color: Medium Violet Red. HEX triplet: AF, 13 and 8E. RGB value is (175,19,142). Sum of RGB (Red+Green+Blue) = 175+19+142=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF138E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF138E is #50EC71. Grayscale: #4F4F4F. Windows color (decimal): -5303410 or 9311151. OLE color: 9311151.
HSL color Cylindrical-coordinate representation of color #AF138E: hue angle of 312.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF138E is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 142 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.31 |
| HSL | 312.69º | 0.8% | 0.38% | - |
| HSV(B) | 312.69º | 0.89% | 0.69% | - |
| XYZ | 22.79 | 11.53 | 26.62 | - |
| YUV | 79.67 | 163.18 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 142 | 0 | 0.89 | 0.19 | 0.31 | 312.69 | 0.8 | 0.38 |
| Hex | AF | 13 | 8E | 0 | 59 | 13 | 1F | 139 | 50 | 26 |
| Octal | 257 | 23 | 216 | 0 | 131 | 23 | 37 | 471 | 120 | 46 |
| Binary | 10101111 | 10011 | 10001110 | 0 | 1011001 | 10011 | 11111 | 100111001 | 1010000 | 100110 |
Color Harmonies of #AF138E
Complementary color
Monochromatic Colors of #AF138E
Black with #AF138E
Text Example
Text Example
White with #AF138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF138E; }
p { color: rgb(175,19,142); }
H1.HeaderClassName
{
color: #AF138E;
}
.AnyTagClassName
{
color: #AF138E;
}
</style>
background-color css
<style>
a { background-color: #AF138E; }
a { background-color: rgb(175,19,142); }
div.DivClassName
{
background-color: #AF138E;
}
.BgClassName
{
background-color: #AF138E;
}
</style>
border-color css
<style>
span { border-color: #AF138E; }
span { border-color: rgb(175,19,142); }
td.TdClassName
{
border-color: #AF138E;
}
.TagClassName
{
border-color: #AF138E;
}
</style>