Shades of Medium Violet Red #AF15A6
Tints of Medium Violet Red #AF15A6
RGB
CMYK
RGB Variations
Color information
#AF15A6 (or 0xAF15A6) is known color: Medium Violet Red. HEX triplet: AF, 15 and A6. RGB value is (175,21,166). Sum of RGB (Red+Green+Blue) = 175+21+166=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF15A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF15A6 is #50EA59. Grayscale: #535353. Windows color (decimal): -5302874 or 10884527. OLE color: 10884527.
HSL color Cylindrical-coordinate representation of color #AF15A6: hue angle of 303.51º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF15A6 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 166 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.31 |
| HSL | 303.51º | 0.79% | 0.38% | - |
| HSV(B) | 303.51º | 0.88% | 0.69% | - |
| XYZ | 24.83 | 12.4 | 37.16 | - |
| YUV | 83.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 166 | 0 | 0.88 | 0.05 | 0.31 | 303.51 | 0.79 | 0.38 |
| Hex | AF | 15 | A6 | 0 | 58 | 5 | 1F | 130 | 4F | 26 |
| Octal | 257 | 25 | 246 | 0 | 130 | 5 | 37 | 460 | 117 | 46 |
| Binary | 10101111 | 10101 | 10100110 | 0 | 1011000 | 101 | 11111 | 100110000 | 1001111 | 100110 |
Color Harmonies of #AF15A6
Complementary color
Monochromatic Colors of #AF15A6
Black with #AF15A6
Text Example
Text Example
White with #AF15A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF15A6; }
p { color: rgb(175,21,166); }
H1.HeaderClassName
{
color: #AF15A6;
}
.AnyTagClassName
{
color: #AF15A6;
}
</style>
background-color css
<style>
a { background-color: #AF15A6; }
a { background-color: rgb(175,21,166); }
div.DivClassName
{
background-color: #AF15A6;
}
.BgClassName
{
background-color: #AF15A6;
}
</style>
border-color css
<style>
span { border-color: #AF15A6; }
span { border-color: rgb(175,21,166); }
td.TdClassName
{
border-color: #AF15A6;
}
.TagClassName
{
border-color: #AF15A6;
}
</style>