Shades of Medium Red Violet #A03088
Tints of Medium Red Violet #A03088
RGB
CMYK
RGB Variations
Color information
#A03088 (or 0xA03088) is known color: Medium Red Violet. HEX triplet: A0, 30 and 88. RGB value is (160,48,136). Sum of RGB (Red+Green+Blue) = 160+48+136=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A03088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03088 is #5FCF77. Grayscale: #5B5B5B. Windows color (decimal): -6279032 or 8925344. OLE color: 8925344.
HSL color Cylindrical-coordinate representation of color #A03088: hue angle of 312.86º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03088 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 136 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.37 |
| HSL | 312.86º | 0.54% | 0.41% | - |
| HSV(B) | 312.86º | 0.7% | 0.63% | - |
| XYZ | 20 | 11.37 | 24.43 | - |
| YUV | 91.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 136 | 0 | 0.70 | 0.15 | 0.37 | 312.86 | 0.54 | 0.41 |
| Hex | A0 | 30 | 88 | 0 | 46 | F | 25 | 139 | 36 | 29 |
| Octal | 240 | 60 | 210 | 0 | 106 | 17 | 45 | 471 | 66 | 51 |
| Binary | 10100000 | 110000 | 10001000 | 0 | 1000110 | 1111 | 100101 | 100111001 | 110110 | 101001 |
Color Harmonies of #A03088
Complementary color
Monochromatic Colors of #A03088
Black with #A03088
Text Example
Text Example
White with #A03088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03088; }
p { color: rgb(160,48,136); }
H1.HeaderClassName
{
color: #A03088;
}
.AnyTagClassName
{
color: #A03088;
}
</style>
background-color css
<style>
a { background-color: #A03088; }
a { background-color: rgb(160,48,136); }
div.DivClassName
{
background-color: #A03088;
}
.BgClassName
{
background-color: #A03088;
}
</style>
border-color css
<style>
span { border-color: #A03088; }
span { border-color: rgb(160,48,136); }
td.TdClassName
{
border-color: #A03088;
}
.TagClassName
{
border-color: #A03088;
}
</style>