Shades of Medium Red Violet #A3348C
Tints of Medium Red Violet #A3348C
RGB
CMYK
RGB Variations
Color information
#A3348C (or 0xA3348C) is known color: Medium Red Violet. HEX triplet: A3, 34 and 8C. RGB value is (163,52,140). Sum of RGB (Red+Green+Blue) = 163+52+140=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3348C is #5CCB73. Grayscale: #5E5E5E. Windows color (decimal): -6081396 or 9188515. OLE color: 9188515.
HSL color Cylindrical-coordinate representation of color #A3348C: hue angle of 312.43º 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 #A3348C is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 140 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.36 |
| HSL | 312.43º | 0.52% | 0.42% | - |
| HSV(B) | 312.43º | 0.68% | 0.64% | - |
| XYZ | 21.07 | 12.14 | 26.04 | - |
| YUV | 95.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 140 | 0 | 0.68 | 0.14 | 0.36 | 312.43 | 0.52 | 0.42 |
| Hex | A3 | 34 | 8C | 0 | 44 | E | 24 | 138 | 34 | 2A |
| Octal | 243 | 64 | 214 | 0 | 104 | 16 | 44 | 470 | 64 | 52 |
| Binary | 10100011 | 110100 | 10001100 | 0 | 1000100 | 1110 | 100100 | 100111000 | 110100 | 101010 |
Color Harmonies of #A3348C
Complementary color
Monochromatic Colors of #A3348C
Black with #A3348C
Text Example
Text Example
White with #A3348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3348C; }
p { color: rgb(163,52,140); }
H1.HeaderClassName
{
color: #A3348C;
}
.AnyTagClassName
{
color: #A3348C;
}
</style>
background-color css
<style>
a { background-color: #A3348C; }
a { background-color: rgb(163,52,140); }
div.DivClassName
{
background-color: #A3348C;
}
.BgClassName
{
background-color: #A3348C;
}
</style>
border-color css
<style>
span { border-color: #A3348C; }
span { border-color: rgb(163,52,140); }
td.TdClassName
{
border-color: #A3348C;
}
.TagClassName
{
border-color: #A3348C;
}
</style>