Shades of Medium Violet Red #AF13A0
Tints of Medium Violet Red #AF13A0
RGB
CMYK
RGB Variations
Color information
#AF13A0 (or 0xAF13A0) is known color: Medium Violet Red. HEX triplet: AF, 13 and A0. RGB value is (175,19,160). Sum of RGB (Red+Green+Blue) = 175+19+160=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF13A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF13A0 is #50EC5F. Grayscale: #515151. Windows color (decimal): -5303392 or 10490799. OLE color: 10490799.
HSL color Cylindrical-coordinate representation of color #AF13A0: hue angle of 305.77º 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 #AF13A0 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 160 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.31 |
| HSL | 305.77º | 0.8% | 0.38% | - |
| HSV(B) | 305.77º | 0.89% | 0.69% | - |
| XYZ | 24.26 | 12.12 | 34.32 | - |
| YUV | 81.72 | 172.18 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 160 | 0 | 0.89 | 0.09 | 0.31 | 305.77 | 0.8 | 0.38 |
| Hex | AF | 13 | A0 | 0 | 59 | 9 | 1F | 132 | 50 | 26 |
| Octal | 257 | 23 | 240 | 0 | 131 | 11 | 37 | 462 | 120 | 46 |
| Binary | 10101111 | 10011 | 10100000 | 0 | 1011001 | 1001 | 11111 | 100110010 | 1010000 | 100110 |
Color Harmonies of #AF13A0
Complementary color
Monochromatic Colors of #AF13A0
Black with #AF13A0
Text Example
Text Example
White with #AF13A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13A0; }
p { color: rgb(175,19,160); }
H1.HeaderClassName
{
color: #AF13A0;
}
.AnyTagClassName
{
color: #AF13A0;
}
</style>
background-color css
<style>
a { background-color: #AF13A0; }
a { background-color: rgb(175,19,160); }
div.DivClassName
{
background-color: #AF13A0;
}
.BgClassName
{
background-color: #AF13A0;
}
</style>
border-color css
<style>
span { border-color: #AF13A0; }
span { border-color: rgb(175,19,160); }
td.TdClassName
{
border-color: #AF13A0;
}
.TagClassName
{
border-color: #AF13A0;
}
</style>