Shades of Medium Red Violet #A03792
Tints of Medium Red Violet #A03792
RGB
CMYK
RGB Variations
Color information
#A03792 (or 0xA03792) is known color: Medium Red Violet. HEX triplet: A0, 37 and 92. RGB value is (160,55,146). Sum of RGB (Red+Green+Blue) = 160+55+146=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A03792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03792 is #5FC86D. Grayscale: #606060. Windows color (decimal): -6277230 or 9582496. OLE color: 9582496.
HSL color Cylindrical-coordinate representation of color #A03792: hue angle of 308º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03792 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 146 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.37 |
| HSL | 308º | 0.49% | 0.42% | - |
| HSV(B) | 308º | 0.66% | 0.63% | - |
| XYZ | 21.05 | 12.28 | 28.46 | - |
| YUV | 96.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 146 | 0 | 0.66 | 0.09 | 0.37 | 308 | 0.49 | 0.42 |
| Hex | A0 | 37 | 92 | 0 | 42 | 9 | 25 | 134 | 31 | 2A |
| Octal | 240 | 67 | 222 | 0 | 102 | 11 | 45 | 464 | 61 | 52 |
| Binary | 10100000 | 110111 | 10010010 | 0 | 1000010 | 1001 | 100101 | 100110100 | 110001 | 101010 |
Color Harmonies of #A03792
Complementary color
Monochromatic Colors of #A03792
Black with #A03792
Text Example
Text Example
White with #A03792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03792; }
p { color: rgb(160,55,146); }
H1.HeaderClassName
{
color: #A03792;
}
.AnyTagClassName
{
color: #A03792;
}
</style>
background-color css
<style>
a { background-color: #A03792; }
a { background-color: rgb(160,55,146); }
div.DivClassName
{
background-color: #A03792;
}
.BgClassName
{
background-color: #A03792;
}
</style>
border-color css
<style>
span { border-color: #A03792; }
span { border-color: rgb(160,55,146); }
td.TdClassName
{
border-color: #A03792;
}
.TagClassName
{
border-color: #A03792;
}
</style>