Shades of Medium Violet Red #AF187A
Tints of Medium Violet Red #AF187A
RGB
CMYK
RGB Variations
Color information
#AF187A (or 0xAF187A) is known color: Medium Violet Red. HEX triplet: AF, 18 and 7A. RGB value is (175,24,122). Sum of RGB (Red+Green+Blue) = 175+24+122=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF187A is #50E785. Grayscale: #505050. Windows color (decimal): -5302150 or 8001711. OLE color: 8001711.
HSL color Cylindrical-coordinate representation of color #AF187A: hue angle of 321.06º 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 #AF187A is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 122 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.31 |
| HSL | 321.06º | 0.76% | 0.39% | - |
| HSV(B) | 321.06º | 0.86% | 0.69% | - |
| XYZ | 21.52 | 11.17 | 19.43 | - |
| YUV | 80.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 122 | 0 | 0.86 | 0.30 | 0.31 | 321.06 | 0.76 | 0.39 |
| Hex | AF | 18 | 7A | 0 | 56 | 1E | 1F | 141 | 4C | 27 |
| Octal | 257 | 30 | 172 | 0 | 126 | 36 | 37 | 501 | 114 | 47 |
| Binary | 10101111 | 11000 | 1111010 | 0 | 1010110 | 11110 | 11111 | 101000001 | 1001100 | 100111 |
Color Harmonies of #AF187A
Complementary color
Monochromatic Colors of #AF187A
Black with #AF187A
Text Example
Text Example
White with #AF187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF187A; }
p { color: rgb(175,24,122); }
H1.HeaderClassName
{
color: #AF187A;
}
.AnyTagClassName
{
color: #AF187A;
}
</style>
background-color css
<style>
a { background-color: #AF187A; }
a { background-color: rgb(175,24,122); }
div.DivClassName
{
background-color: #AF187A;
}
.BgClassName
{
background-color: #AF187A;
}
</style>
border-color css
<style>
span { border-color: #AF187A; }
span { border-color: rgb(175,24,122); }
td.TdClassName
{
border-color: #AF187A;
}
.TagClassName
{
border-color: #AF187A;
}
</style>