Shades of Medium Red Violet #A3297E
Tints of Medium Red Violet #A3297E
RGB
CMYK
RGB Variations
Color information
#A3297E (or 0xA3297E) is known color: Medium Red Violet. HEX triplet: A3, 29 and 7E. RGB value is (163,41,126). Sum of RGB (Red+Green+Blue) = 163+41+126=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A3297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3297E is #5CD681. Grayscale: #565656. Windows color (decimal): -6084226 or 8268195. OLE color: 8268195.
HSL color Cylindrical-coordinate representation of color #A3297E: hue angle of 318.2º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3297E is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 126 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.36 |
| HSL | 318.2º | 0.6% | 0.4% | - |
| HSV(B) | 318.2º | 0.75% | 0.64% | - |
| XYZ | 19.66 | 10.88 | 20.8 | - |
| YUV | 87.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 126 | 0 | 0.75 | 0.23 | 0.36 | 318.2 | 0.6 | 0.4 |
| Hex | A3 | 29 | 7E | 0 | 4B | 17 | 24 | 13E | 3C | 28 |
| Octal | 243 | 51 | 176 | 0 | 113 | 27 | 44 | 476 | 74 | 50 |
| Binary | 10100011 | 101001 | 1111110 | 0 | 1001011 | 10111 | 100100 | 100111110 | 111100 | 101000 |
Color Harmonies of #A3297E
Complementary color
Monochromatic Colors of #A3297E
Black with #A3297E
Text Example
Text Example
White with #A3297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3297E; }
p { color: rgb(163,41,126); }
H1.HeaderClassName
{
color: #A3297E;
}
.AnyTagClassName
{
color: #A3297E;
}
</style>
background-color css
<style>
a { background-color: #A3297E; }
a { background-color: rgb(163,41,126); }
div.DivClassName
{
background-color: #A3297E;
}
.BgClassName
{
background-color: #A3297E;
}
</style>
border-color css
<style>
span { border-color: #A3297E; }
span { border-color: rgb(163,41,126); }
td.TdClassName
{
border-color: #A3297E;
}
.TagClassName
{
border-color: #A3297E;
}
</style>