Shades of Medium Violet Red #AF12A0
Tints of Medium Violet Red #AF12A0
RGB
CMYK
RGB Variations
Color information
#AF12A0 (or 0xAF12A0) is known color: Medium Violet Red. HEX triplet: AF, 12 and A0. RGB value is (175,18,160). Sum of RGB (Red+Green+Blue) = 175+18+160=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF12A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12A0 is #50ED5F. Grayscale: #505050. Windows color (decimal): -5303648 or 10490543. OLE color: 10490543.
HSL color Cylindrical-coordinate representation of color #AF12A0: hue angle of 305.73º 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 #AF12A0 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 160 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.31 |
| HSL | 305.73º | 0.81% | 0.38% | - |
| HSV(B) | 305.73º | 0.9% | 0.69% | - |
| XYZ | 24.24 | 12.08 | 34.31 | - |
| YUV | 81.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 160 | 0 | 0.90 | 0.09 | 0.31 | 305.73 | 0.81 | 0.38 |
| Hex | AF | 12 | A0 | 0 | 5A | 9 | 1F | 132 | 51 | 26 |
| Octal | 257 | 22 | 240 | 0 | 132 | 11 | 37 | 462 | 121 | 46 |
| Binary | 10101111 | 10010 | 10100000 | 0 | 1011010 | 1001 | 11111 | 100110010 | 1010001 | 100110 |
Color Harmonies of #AF12A0
Complementary color
Monochromatic Colors of #AF12A0
Black with #AF12A0
Text Example
Text Example
White with #AF12A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12A0; }
p { color: rgb(175,18,160); }
H1.HeaderClassName
{
color: #AF12A0;
}
.AnyTagClassName
{
color: #AF12A0;
}
</style>
background-color css
<style>
a { background-color: #AF12A0; }
a { background-color: rgb(175,18,160); }
div.DivClassName
{
background-color: #AF12A0;
}
.BgClassName
{
background-color: #AF12A0;
}
</style>
border-color css
<style>
span { border-color: #AF12A0; }
span { border-color: rgb(175,18,160); }
td.TdClassName
{
border-color: #AF12A0;
}
.TagClassName
{
border-color: #AF12A0;
}
</style>