Shades of Medium Red Violet #AF4199
Tints of Medium Red Violet #AF4199
RGB
CMYK
RGB Variations
Color information
#AF4199 (or 0xAF4199) is known color: Medium Red Violet. HEX triplet: AF, 41 and 99. RGB value is (175,65,153). Sum of RGB (Red+Green+Blue) = 175+65+153=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4199 is #50BE66. Grayscale: #6B6B6B. Windows color (decimal): -5291623 or 10043823. OLE color: 10043823.
HSL color Cylindrical-coordinate representation of color #AF4199: hue angle of 312º 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 #AF4199 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 153 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.31 |
| HSL | 312º | 0.46% | 0.47% | - |
| HSV(B) | 312º | 0.63% | 0.69% | - |
| XYZ | 25.32 | 15.19 | 31.74 | - |
| YUV | 107.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 153 | 0 | 0.63 | 0.13 | 0.31 | 312 | 0.46 | 0.47 |
| Hex | AF | 41 | 99 | 0 | 3F | D | 1F | 138 | 2E | 2F |
| Octal | 257 | 101 | 231 | 0 | 77 | 15 | 37 | 470 | 56 | 57 |
| Binary | 10101111 | 1000001 | 10011001 | 0 | 111111 | 1101 | 11111 | 100111000 | 101110 | 101111 |
Color Harmonies of #AF4199
Complementary color
Monochromatic Colors of #AF4199
Black with #AF4199
Text Example
Text Example
White with #AF4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4199; }
p { color: rgb(175,65,153); }
H1.HeaderClassName
{
color: #AF4199;
}
.AnyTagClassName
{
color: #AF4199;
}
</style>
background-color css
<style>
a { background-color: #AF4199; }
a { background-color: rgb(175,65,153); }
div.DivClassName
{
background-color: #AF4199;
}
.BgClassName
{
background-color: #AF4199;
}
</style>
border-color css
<style>
span { border-color: #AF4199; }
span { border-color: rgb(175,65,153); }
td.TdClassName
{
border-color: #AF4199;
}
.TagClassName
{
border-color: #AF4199;
}
</style>