Shades of Medium Violet Red #AF177C
Tints of Medium Violet Red #AF177C
RGB
CMYK
RGB Variations
Color information
#AF177C (or 0xAF177C) is known color: Medium Violet Red. HEX triplet: AF, 17 and 7C. RGB value is (175,23,124). Sum of RGB (Red+Green+Blue) = 175+23+124=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF177C is #50E883. Grayscale: #4F4F4F. Windows color (decimal): -5302404 or 8132527. OLE color: 8132527.
HSL color Cylindrical-coordinate representation of color #AF177C: hue angle of 320.13º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF177C is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 124 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.31 |
| HSL | 320.13º | 0.77% | 0.39% | - |
| HSV(B) | 320.13º | 0.87% | 0.69% | - |
| XYZ | 21.62 | 11.18 | 20.09 | - |
| YUV | 79.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 124 | 0 | 0.87 | 0.29 | 0.31 | 320.13 | 0.77 | 0.39 |
| Hex | AF | 17 | 7C | 0 | 57 | 1D | 1F | 140 | 4D | 27 |
| Octal | 257 | 27 | 174 | 0 | 127 | 35 | 37 | 500 | 115 | 47 |
| Binary | 10101111 | 10111 | 1111100 | 0 | 1010111 | 11101 | 11111 | 101000000 | 1001101 | 100111 |
Color Harmonies of #AF177C
Complementary color
Monochromatic Colors of #AF177C
Black with #AF177C
Text Example
Text Example
White with #AF177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF177C; }
p { color: rgb(175,23,124); }
H1.HeaderClassName
{
color: #AF177C;
}
.AnyTagClassName
{
color: #AF177C;
}
</style>
background-color css
<style>
a { background-color: #AF177C; }
a { background-color: rgb(175,23,124); }
div.DivClassName
{
background-color: #AF177C;
}
.BgClassName
{
background-color: #AF177C;
}
</style>
border-color css
<style>
span { border-color: #AF177C; }
span { border-color: rgb(175,23,124); }
td.TdClassName
{
border-color: #AF177C;
}
.TagClassName
{
border-color: #AF177C;
}
</style>