Shades of Medium Red Violet #AF3799
Tints of Medium Red Violet #AF3799
RGB
CMYK
RGB Variations
Color information
#AF3799 (or 0xAF3799) is known color: Medium Red Violet. HEX triplet: AF, 37 and 99. RGB value is (175,55,153). Sum of RGB (Red+Green+Blue) = 175+55+153=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3799 is #50C866. Grayscale: #656565. Windows color (decimal): -5294183 or 10041263. OLE color: 10041263.
HSL color Cylindrical-coordinate representation of color #AF3799: hue angle of 311º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3799 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 153 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.31 |
| HSL | 311º | 0.52% | 0.45% | - |
| HSV(B) | 311º | 0.69% | 0.69% | - |
| XYZ | 24.8 | 14.15 | 31.56 | - |
| YUV | 102.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 153 | 0 | 0.69 | 0.13 | 0.31 | 311 | 0.52 | 0.45 |
| Hex | AF | 37 | 99 | 0 | 45 | D | 1F | 137 | 34 | 2D |
| Octal | 257 | 67 | 231 | 0 | 105 | 15 | 37 | 467 | 64 | 55 |
| Binary | 10101111 | 110111 | 10011001 | 0 | 1000101 | 1101 | 11111 | 100110111 | 110100 | 101101 |
Color Harmonies of #AF3799
Complementary color
Monochromatic Colors of #AF3799
Black with #AF3799
Text Example
Text Example
White with #AF3799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3799; }
p { color: rgb(175,55,153); }
H1.HeaderClassName
{
color: #AF3799;
}
.AnyTagClassName
{
color: #AF3799;
}
</style>
background-color css
<style>
a { background-color: #AF3799; }
a { background-color: rgb(175,55,153); }
div.DivClassName
{
background-color: #AF3799;
}
.BgClassName
{
background-color: #AF3799;
}
</style>
border-color css
<style>
span { border-color: #AF3799; }
span { border-color: rgb(175,55,153); }
td.TdClassName
{
border-color: #AF3799;
}
.TagClassName
{
border-color: #AF3799;
}
</style>