Shades of Medium Red Violet #A03488
Tints of Medium Red Violet #A03488
RGB
CMYK
RGB Variations
Color information
#A03488 (or 0xA03488) is known color: Medium Red Violet. HEX triplet: A0, 34 and 88. RGB value is (160,52,136). Sum of RGB (Red+Green+Blue) = 160+52+136=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A03488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03488 is #5FCB77. Grayscale: #5D5D5D. Windows color (decimal): -6278008 or 8926368. OLE color: 8926368.
HSL color Cylindrical-coordinate representation of color #A03488: hue angle of 313.33º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03488 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 136 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.37 |
| HSL | 313.33º | 0.51% | 0.42% | - |
| HSV(B) | 313.33º | 0.68% | 0.63% | - |
| XYZ | 20.17 | 11.71 | 24.49 | - |
| YUV | 93.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 136 | 0 | 0.68 | 0.15 | 0.37 | 313.33 | 0.51 | 0.42 |
| Hex | A0 | 34 | 88 | 0 | 44 | F | 25 | 139 | 33 | 2A |
| Octal | 240 | 64 | 210 | 0 | 104 | 17 | 45 | 471 | 63 | 52 |
| Binary | 10100000 | 110100 | 10001000 | 0 | 1000100 | 1111 | 100101 | 100111001 | 110011 | 101010 |
Color Harmonies of #A03488
Complementary color
Monochromatic Colors of #A03488
Black with #A03488
Text Example
Text Example
White with #A03488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03488; }
p { color: rgb(160,52,136); }
H1.HeaderClassName
{
color: #A03488;
}
.AnyTagClassName
{
color: #A03488;
}
</style>
background-color css
<style>
a { background-color: #A03488; }
a { background-color: rgb(160,52,136); }
div.DivClassName
{
background-color: #A03488;
}
.BgClassName
{
background-color: #A03488;
}
</style>
border-color css
<style>
span { border-color: #A03488; }
span { border-color: rgb(160,52,136); }
td.TdClassName
{
border-color: #A03488;
}
.TagClassName
{
border-color: #A03488;
}
</style>