Shades of Medium Red Violet #A03688
Tints of Medium Red Violet #A03688
RGB
CMYK
RGB Variations
Color information
#A03688 (or 0xA03688) is known color: Medium Red Violet. HEX triplet: A0, 36 and 88. RGB value is (160,54,136). Sum of RGB (Red+Green+Blue) = 160+54+136=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A03688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03688 is #5FC977. Grayscale: #5E5E5E. Windows color (decimal): -6277496 or 8926880. OLE color: 8926880.
HSL color Cylindrical-coordinate representation of color #A03688: hue angle of 313.58º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03688 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 136 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.37 |
| HSL | 313.58º | 0.5% | 0.42% | - |
| HSV(B) | 313.58º | 0.66% | 0.63% | - |
| XYZ | 20.26 | 11.89 | 24.52 | - |
| YUV | 95.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 136 | 0 | 0.66 | 0.15 | 0.37 | 313.58 | 0.5 | 0.42 |
| Hex | A0 | 36 | 88 | 0 | 42 | F | 25 | 13A | 32 | 2A |
| Octal | 240 | 66 | 210 | 0 | 102 | 17 | 45 | 472 | 62 | 52 |
| Binary | 10100000 | 110110 | 10001000 | 0 | 1000010 | 1111 | 100101 | 100111010 | 110010 | 101010 |
Color Harmonies of #A03688
Complementary color
Monochromatic Colors of #A03688
Black with #A03688
Text Example
Text Example
White with #A03688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03688; }
p { color: rgb(160,54,136); }
H1.HeaderClassName
{
color: #A03688;
}
.AnyTagClassName
{
color: #A03688;
}
</style>
background-color css
<style>
a { background-color: #A03688; }
a { background-color: rgb(160,54,136); }
div.DivClassName
{
background-color: #A03688;
}
.BgClassName
{
background-color: #A03688;
}
</style>
border-color css
<style>
span { border-color: #A03688; }
span { border-color: rgb(160,54,136); }
td.TdClassName
{
border-color: #A03688;
}
.TagClassName
{
border-color: #A03688;
}
</style>