Shades of Medium Red Violet #A3348B
Tints of Medium Red Violet #A3348B
RGB
CMYK
RGB Variations
Color information
#A3348B (or 0xA3348B) is known color: Medium Red Violet. HEX triplet: A3, 34 and 8B. RGB value is (163,52,139). Sum of RGB (Red+Green+Blue) = 163+52+139=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3348B is #5CCB74. Grayscale: #5E5E5E. Windows color (decimal): -6081397 or 9122979. OLE color: 9122979.
HSL color Cylindrical-coordinate representation of color #A3348B: hue angle of 312.97º 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 #A3348B is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 139 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.36 |
| HSL | 312.97º | 0.52% | 0.42% | - |
| HSV(B) | 312.97º | 0.68% | 0.64% | - |
| XYZ | 20.99 | 12.11 | 25.66 | - |
| YUV | 95.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 139 | 0 | 0.68 | 0.15 | 0.36 | 312.97 | 0.52 | 0.42 |
| Hex | A3 | 34 | 8B | 0 | 44 | F | 24 | 139 | 34 | 2A |
| Octal | 243 | 64 | 213 | 0 | 104 | 17 | 44 | 471 | 64 | 52 |
| Binary | 10100011 | 110100 | 10001011 | 0 | 1000100 | 1111 | 100100 | 100111001 | 110100 | 101010 |
Color Harmonies of #A3348B
Complementary color
Monochromatic Colors of #A3348B
Black with #A3348B
Text Example
Text Example
White with #A3348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3348B; }
p { color: rgb(163,52,139); }
H1.HeaderClassName
{
color: #A3348B;
}
.AnyTagClassName
{
color: #A3348B;
}
</style>
background-color css
<style>
a { background-color: #A3348B; }
a { background-color: rgb(163,52,139); }
div.DivClassName
{
background-color: #A3348B;
}
.BgClassName
{
background-color: #A3348B;
}
</style>
border-color css
<style>
span { border-color: #A3348B; }
span { border-color: rgb(163,52,139); }
td.TdClassName
{
border-color: #A3348B;
}
.TagClassName
{
border-color: #A3348B;
}
</style>