Shades of Medium Red Violet #A43792
Tints of Medium Red Violet #A43792
RGB
CMYK
RGB Variations
Color information
#A43792 (or 0xA43792) is known color: Medium Red Violet. HEX triplet: A4, 37 and 92. RGB value is (164,55,146). Sum of RGB (Red+Green+Blue) = 164+55+146=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A43792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43792 is #5BC86D. Grayscale: #616161. Windows color (decimal): -6015086 or 9582500. OLE color: 9582500.
HSL color Cylindrical-coordinate representation of color #A43792: hue angle of 309.91º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43792 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 55 | 146 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.36 |
| HSL | 309.91º | 0.5% | 0.43% | - |
| HSV(B) | 309.91º | 0.66% | 0.64% | - |
| XYZ | 21.86 | 12.7 | 28.49 | - |
| YUV | 97.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 146 | 0 | 0.66 | 0.11 | 0.36 | 309.91 | 0.5 | 0.43 |
| Hex | A4 | 37 | 92 | 0 | 42 | B | 24 | 136 | 32 | 2B |
| Octal | 244 | 67 | 222 | 0 | 102 | 13 | 44 | 466 | 62 | 53 |
| Binary | 10100100 | 110111 | 10010010 | 0 | 1000010 | 1011 | 100100 | 100110110 | 110010 | 101011 |
Color Harmonies of #A43792
Complementary color
Monochromatic Colors of #A43792
Black with #A43792
Text Example
Text Example
White with #A43792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43792; }
p { color: rgb(164,55,146); }
H1.HeaderClassName
{
color: #A43792;
}
.AnyTagClassName
{
color: #A43792;
}
</style>
background-color css
<style>
a { background-color: #A43792; }
a { background-color: rgb(164,55,146); }
div.DivClassName
{
background-color: #A43792;
}
.BgClassName
{
background-color: #A43792;
}
</style>
border-color css
<style>
span { border-color: #A43792; }
span { border-color: rgb(164,55,146); }
td.TdClassName
{
border-color: #A43792;
}
.TagClassName
{
border-color: #A43792;
}
</style>