Shades of Medium Red Violet #A3298F
Tints of Medium Red Violet #A3298F
RGB
CMYK
RGB Variations
Color information
#A3298F (or 0xA3298F) is known color: Medium Red Violet. HEX triplet: A3, 29 and 8F. RGB value is (163,41,143). Sum of RGB (Red+Green+Blue) = 163+41+143=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A3298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3298F is #5CD670. Grayscale: #585858. Windows color (decimal): -6084209 or 9382307. OLE color: 9382307.
HSL color Cylindrical-coordinate representation of color #A3298F: hue angle of 309.84º 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 #A3298F is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 143 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.36 |
| HSL | 309.84º | 0.6% | 0.4% | - |
| HSV(B) | 309.84º | 0.75% | 0.64% | - |
| XYZ | 20.86 | 11.36 | 27.08 | - |
| YUV | 89.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 143 | 0 | 0.75 | 0.12 | 0.36 | 309.84 | 0.6 | 0.4 |
| Hex | A3 | 29 | 8F | 0 | 4B | C | 24 | 136 | 3C | 28 |
| Octal | 243 | 51 | 217 | 0 | 113 | 14 | 44 | 466 | 74 | 50 |
| Binary | 10100011 | 101001 | 10001111 | 0 | 1001011 | 1100 | 100100 | 100110110 | 111100 | 101000 |
Color Harmonies of #A3298F
Complementary color
Monochromatic Colors of #A3298F
Black with #A3298F
Text Example
Text Example
White with #A3298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3298F; }
p { color: rgb(163,41,143); }
H1.HeaderClassName
{
color: #A3298F;
}
.AnyTagClassName
{
color: #A3298F;
}
</style>
background-color css
<style>
a { background-color: #A3298F; }
a { background-color: rgb(163,41,143); }
div.DivClassName
{
background-color: #A3298F;
}
.BgClassName
{
background-color: #A3298F;
}
</style>
border-color css
<style>
span { border-color: #A3298F; }
span { border-color: rgb(163,41,143); }
td.TdClassName
{
border-color: #A3298F;
}
.TagClassName
{
border-color: #A3298F;
}
</style>