Shades of Medium Red Violet #AF3792
Tints of Medium Red Violet #AF3792
RGB
CMYK
RGB Variations
Color information
#AF3792 (or 0xAF3792) is known color: Medium Red Violet. HEX triplet: AF, 37 and 92. RGB value is (175,55,146). Sum of RGB (Red+Green+Blue) = 175+55+146=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3792 is #50C86D. Grayscale: #656565. Windows color (decimal): -5294190 or 9582511. OLE color: 9582511.
HSL color Cylindrical-coordinate representation of color #AF3792: hue angle of 314.5º 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 #AF3792 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 146 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.31 |
| HSL | 314.5º | 0.52% | 0.45% | - |
| HSV(B) | 314.5º | 0.69% | 0.69% | - |
| XYZ | 24.23 | 13.92 | 28.6 | - |
| YUV | 101.25 | 153.26 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 146 | 0 | 0.69 | 0.17 | 0.31 | 314.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 92 | 0 | 45 | 11 | 1F | 13A | 34 | 2D |
| Octal | 257 | 67 | 222 | 0 | 105 | 21 | 37 | 472 | 64 | 55 |
| Binary | 10101111 | 110111 | 10010010 | 0 | 1000101 | 10001 | 11111 | 100111010 | 110100 | 101101 |
Color Harmonies of #AF3792
Complementary color
Monochromatic Colors of #AF3792
Black with #AF3792
Text Example
Text Example
White with #AF3792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3792; }
p { color: rgb(175,55,146); }
H1.HeaderClassName
{
color: #AF3792;
}
.AnyTagClassName
{
color: #AF3792;
}
</style>
background-color css
<style>
a { background-color: #AF3792; }
a { background-color: rgb(175,55,146); }
div.DivClassName
{
background-color: #AF3792;
}
.BgClassName
{
background-color: #AF3792;
}
</style>
border-color css
<style>
span { border-color: #AF3792; }
span { border-color: rgb(175,55,146); }
td.TdClassName
{
border-color: #AF3792;
}
.TagClassName
{
border-color: #AF3792;
}
</style>