Shades of Medium Red Violet #A3348E
Tints of Medium Red Violet #A3348E
RGB
CMYK
RGB Variations
Color information
#A3348E (or 0xA3348E) is known color: Medium Red Violet. HEX triplet: A3, 34 and 8E. RGB value is (163,52,142). Sum of RGB (Red+Green+Blue) = 163+52+142=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3348E is #5CCB71. Grayscale: #5F5F5F. Windows color (decimal): -6081394 or 9319587. OLE color: 9319587.
HSL color Cylindrical-coordinate representation of color #A3348E: hue angle of 311.35º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3348E is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 142 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.36 |
| HSL | 311.35º | 0.52% | 0.42% | - |
| HSV(B) | 311.35º | 0.68% | 0.64% | - |
| XYZ | 21.21 | 12.2 | 26.83 | - |
| YUV | 95.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 142 | 0 | 0.68 | 0.13 | 0.36 | 311.35 | 0.52 | 0.42 |
| Hex | A3 | 34 | 8E | 0 | 44 | D | 24 | 137 | 34 | 2A |
| Octal | 243 | 64 | 216 | 0 | 104 | 15 | 44 | 467 | 64 | 52 |
| Binary | 10100011 | 110100 | 10001110 | 0 | 1000100 | 1101 | 100100 | 100110111 | 110100 | 101010 |
Color Harmonies of #A3348E
Complementary color
Monochromatic Colors of #A3348E
Black with #A3348E
Text Example
Text Example
White with #A3348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3348E; }
p { color: rgb(163,52,142); }
H1.HeaderClassName
{
color: #A3348E;
}
.AnyTagClassName
{
color: #A3348E;
}
</style>
background-color css
<style>
a { background-color: #A3348E; }
a { background-color: rgb(163,52,142); }
div.DivClassName
{
background-color: #A3348E;
}
.BgClassName
{
background-color: #A3348E;
}
</style>
border-color css
<style>
span { border-color: #A3348E; }
span { border-color: rgb(163,52,142); }
td.TdClassName
{
border-color: #A3348E;
}
.TagClassName
{
border-color: #A3348E;
}
</style>