Shades of Medium Red Violet #AF4192
Tints of Medium Red Violet #AF4192
RGB
CMYK
RGB Variations
Color information
#AF4192 (or 0xAF4192) is known color: Medium Red Violet. HEX triplet: AF, 41 and 92. RGB value is (175,65,146). Sum of RGB (Red+Green+Blue) = 175+65+146=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4192 is #50BE6D. Grayscale: #6A6A6A. Windows color (decimal): -5291630 or 9585071. OLE color: 9585071.
HSL color Cylindrical-coordinate representation of color #AF4192: hue angle of 315.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4192 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 146 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.31 |
| HSL | 315.82º | 0.46% | 0.47% | - |
| HSV(B) | 315.82º | 0.63% | 0.69% | - |
| XYZ | 24.76 | 14.97 | 28.78 | - |
| YUV | 107.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 146 | 0 | 0.63 | 0.17 | 0.31 | 315.82 | 0.46 | 0.47 |
| Hex | AF | 41 | 92 | 0 | 3F | 11 | 1F | 13C | 2E | 2F |
| Octal | 257 | 101 | 222 | 0 | 77 | 21 | 37 | 474 | 56 | 57 |
| Binary | 10101111 | 1000001 | 10010010 | 0 | 111111 | 10001 | 11111 | 100111100 | 101110 | 101111 |
Color Harmonies of #AF4192
Complementary color
Monochromatic Colors of #AF4192
Black with #AF4192
Text Example
Text Example
White with #AF4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4192; }
p { color: rgb(175,65,146); }
H1.HeaderClassName
{
color: #AF4192;
}
.AnyTagClassName
{
color: #AF4192;
}
</style>
background-color css
<style>
a { background-color: #AF4192; }
a { background-color: rgb(175,65,146); }
div.DivClassName
{
background-color: #AF4192;
}
.BgClassName
{
background-color: #AF4192;
}
</style>
border-color css
<style>
span { border-color: #AF4192; }
span { border-color: rgb(175,65,146); }
td.TdClassName
{
border-color: #AF4192;
}
.TagClassName
{
border-color: #AF4192;
}
</style>