Shades of Medium Violet Red #AF139A
Tints of Medium Violet Red #AF139A
RGB
CMYK
RGB Variations
Color information
#AF139A (or 0xAF139A) is known color: Medium Violet Red. HEX triplet: AF, 13 and 9A. RGB value is (175,19,154). Sum of RGB (Red+Green+Blue) = 175+19+154=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF139A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF139A is #50EC65. Grayscale: #505050. Windows color (decimal): -5303398 or 10097583. OLE color: 10097583.
HSL color Cylindrical-coordinate representation of color #AF139A: hue angle of 308.08º 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 #AF139A is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 154 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.31 |
| HSL | 308.08º | 0.8% | 0.38% | - |
| HSV(B) | 308.08º | 0.89% | 0.69% | - |
| XYZ | 23.74 | 11.91 | 31.62 | - |
| YUV | 81.03 | 169.18 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 154 | 0 | 0.89 | 0.12 | 0.31 | 308.08 | 0.8 | 0.38 |
| Hex | AF | 13 | 9A | 0 | 59 | C | 1F | 134 | 50 | 26 |
| Octal | 257 | 23 | 232 | 0 | 131 | 14 | 37 | 464 | 120 | 46 |
| Binary | 10101111 | 10011 | 10011010 | 0 | 1011001 | 1100 | 11111 | 100110100 | 1010000 | 100110 |
Color Harmonies of #AF139A
Complementary color
Monochromatic Colors of #AF139A
Black with #AF139A
Text Example
Text Example
White with #AF139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF139A; }
p { color: rgb(175,19,154); }
H1.HeaderClassName
{
color: #AF139A;
}
.AnyTagClassName
{
color: #AF139A;
}
</style>
background-color css
<style>
a { background-color: #AF139A; }
a { background-color: rgb(175,19,154); }
div.DivClassName
{
background-color: #AF139A;
}
.BgClassName
{
background-color: #AF139A;
}
</style>
border-color css
<style>
span { border-color: #AF139A; }
span { border-color: rgb(175,19,154); }
td.TdClassName
{
border-color: #AF139A;
}
.TagClassName
{
border-color: #AF139A;
}
</style>