Shades of Medium Violet Red #AF187C
Tints of Medium Violet Red #AF187C
RGB
CMYK
RGB Variations
Color information
#AF187C (or 0xAF187C) is known color: Medium Violet Red. HEX triplet: AF, 18 and 7C. RGB value is (175,24,124). Sum of RGB (Red+Green+Blue) = 175+24+124=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF187C is #50E783. Grayscale: #505050. Windows color (decimal): -5302148 or 8132783. OLE color: 8132783.
HSL color Cylindrical-coordinate representation of color #AF187C: hue angle of 320.26º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF187C is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 124 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.31 |
| HSL | 320.26º | 0.76% | 0.39% | - |
| HSV(B) | 320.26º | 0.86% | 0.69% | - |
| XYZ | 21.64 | 11.22 | 20.09 | - |
| YUV | 80.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 124 | 0 | 0.86 | 0.29 | 0.31 | 320.26 | 0.76 | 0.39 |
| Hex | AF | 18 | 7C | 0 | 56 | 1D | 1F | 140 | 4C | 27 |
| Octal | 257 | 30 | 174 | 0 | 126 | 35 | 37 | 500 | 114 | 47 |
| Binary | 10101111 | 11000 | 1111100 | 0 | 1010110 | 11101 | 11111 | 101000000 | 1001100 | 100111 |
Color Harmonies of #AF187C
Complementary color
Monochromatic Colors of #AF187C
Black with #AF187C
Text Example
Text Example
White with #AF187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF187C; }
p { color: rgb(175,24,124); }
H1.HeaderClassName
{
color: #AF187C;
}
.AnyTagClassName
{
color: #AF187C;
}
</style>
background-color css
<style>
a { background-color: #AF187C; }
a { background-color: rgb(175,24,124); }
div.DivClassName
{
background-color: #AF187C;
}
.BgClassName
{
background-color: #AF187C;
}
</style>
border-color css
<style>
span { border-color: #AF187C; }
span { border-color: rgb(175,24,124); }
td.TdClassName
{
border-color: #AF187C;
}
.TagClassName
{
border-color: #AF187C;
}
</style>