Shades of Medium Violet Red #AF197B
Tints of Medium Violet Red #AF197B
RGB
CMYK
RGB Variations
Color information
#AF197B (or 0xAF197B) is known color: Medium Violet Red. HEX triplet: AF, 19 and 7B. RGB value is (175,25,123). Sum of RGB (Red+Green+Blue) = 175+25+123=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF197B is #50E684. Grayscale: #505050. Windows color (decimal): -5301893 or 8067503. OLE color: 8067503.
HSL color Cylindrical-coordinate representation of color #AF197B: hue angle of 320.8º degrees, saturation: 0.75, 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 #AF197B is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 123 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.31 |
| HSL | 320.8º | 0.75% | 0.39% | - |
| HSV(B) | 320.8º | 0.86% | 0.69% | - |
| XYZ | 21.6 | 11.24 | 19.77 | - |
| YUV | 81.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 123 | 0 | 0.86 | 0.30 | 0.31 | 320.8 | 0.75 | 0.39 |
| Hex | AF | 19 | 7B | 0 | 56 | 1E | 1F | 141 | 4B | 27 |
| Octal | 257 | 31 | 173 | 0 | 126 | 36 | 37 | 501 | 113 | 47 |
| Binary | 10101111 | 11001 | 1111011 | 0 | 1010110 | 11110 | 11111 | 101000001 | 1001011 | 100111 |
Color Harmonies of #AF197B
Complementary color
Monochromatic Colors of #AF197B
Black with #AF197B
Text Example
Text Example
White with #AF197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF197B; }
p { color: rgb(175,25,123); }
H1.HeaderClassName
{
color: #AF197B;
}
.AnyTagClassName
{
color: #AF197B;
}
</style>
background-color css
<style>
a { background-color: #AF197B; }
a { background-color: rgb(175,25,123); }
div.DivClassName
{
background-color: #AF197B;
}
.BgClassName
{
background-color: #AF197B;
}
</style>
border-color css
<style>
span { border-color: #AF197B; }
span { border-color: rgb(175,25,123); }
td.TdClassName
{
border-color: #AF197B;
}
.TagClassName
{
border-color: #AF197B;
}
</style>