Shades of Medium Red Violet #A3298E
Tints of Medium Red Violet #A3298E
RGB
CMYK
RGB Variations
Color information
#A3298E (or 0xA3298E) is known color: Medium Red Violet. HEX triplet: A3, 29 and 8E. RGB value is (163,41,142). Sum of RGB (Red+Green+Blue) = 163+41+142=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A3298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3298E is #5CD671. Grayscale: #585858. Windows color (decimal): -6084210 or 9316771. OLE color: 9316771.
HSL color Cylindrical-coordinate representation of color #A3298E: hue angle of 310.33º 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 #A3298E is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 142 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.36 |
| HSL | 310.33º | 0.6% | 0.4% | - |
| HSV(B) | 310.33º | 0.75% | 0.64% | - |
| XYZ | 20.78 | 11.33 | 26.68 | - |
| YUV | 88.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 142 | 0 | 0.75 | 0.13 | 0.36 | 310.33 | 0.6 | 0.4 |
| Hex | A3 | 29 | 8E | 0 | 4B | D | 24 | 136 | 3C | 28 |
| Octal | 243 | 51 | 216 | 0 | 113 | 15 | 44 | 466 | 74 | 50 |
| Binary | 10100011 | 101001 | 10001110 | 0 | 1001011 | 1101 | 100100 | 100110110 | 111100 | 101000 |
Color Harmonies of #A3298E
Complementary color
Monochromatic Colors of #A3298E
Black with #A3298E
Text Example
Text Example
White with #A3298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3298E; }
p { color: rgb(163,41,142); }
H1.HeaderClassName
{
color: #A3298E;
}
.AnyTagClassName
{
color: #A3298E;
}
</style>
background-color css
<style>
a { background-color: #A3298E; }
a { background-color: rgb(163,41,142); }
div.DivClassName
{
background-color: #A3298E;
}
.BgClassName
{
background-color: #A3298E;
}
</style>
border-color css
<style>
span { border-color: #A3298E; }
span { border-color: rgb(163,41,142); }
td.TdClassName
{
border-color: #A3298E;
}
.TagClassName
{
border-color: #A3298E;
}
</style>