Shades of Medium Violet Red #AF149D
Tints of Medium Violet Red #AF149D
RGB
CMYK
RGB Variations
Color information
#AF149D (or 0xAF149D) is known color: Medium Violet Red. HEX triplet: AF, 14 and 9D. RGB value is (175,20,157). Sum of RGB (Red+Green+Blue) = 175+20+157=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF149D is #50EB62. Grayscale: #515151. Windows color (decimal): -5303139 or 10294447. OLE color: 10294447.
HSL color Cylindrical-coordinate representation of color #AF149D: hue angle of 306.97º degrees, saturation: 0.79, 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 #AF149D is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 157 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.31 |
| HSL | 306.97º | 0.79% | 0.38% | - |
| HSV(B) | 306.97º | 0.89% | 0.69% | - |
| XYZ | 24.02 | 12.05 | 32.96 | - |
| YUV | 81.96 | 170.35 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 157 | 0 | 0.89 | 0.10 | 0.31 | 306.97 | 0.79 | 0.38 |
| Hex | AF | 14 | 9D | 0 | 59 | A | 1F | 133 | 4F | 26 |
| Octal | 257 | 24 | 235 | 0 | 131 | 12 | 37 | 463 | 117 | 46 |
| Binary | 10101111 | 10100 | 10011101 | 0 | 1011001 | 1010 | 11111 | 100110011 | 1001111 | 100110 |
Color Harmonies of #AF149D
Complementary color
Monochromatic Colors of #AF149D
Black with #AF149D
Text Example
Text Example
White with #AF149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF149D; }
p { color: rgb(175,20,157); }
H1.HeaderClassName
{
color: #AF149D;
}
.AnyTagClassName
{
color: #AF149D;
}
</style>
background-color css
<style>
a { background-color: #AF149D; }
a { background-color: rgb(175,20,157); }
div.DivClassName
{
background-color: #AF149D;
}
.BgClassName
{
background-color: #AF149D;
}
</style>
border-color css
<style>
span { border-color: #AF149D; }
span { border-color: rgb(175,20,157); }
td.TdClassName
{
border-color: #AF149D;
}
.TagClassName
{
border-color: #AF149D;
}
</style>