Shades of Medium Red Violet #A03B88
Tints of Medium Red Violet #A03B88
RGB
CMYK
RGB Variations
Color information
#A03B88 (or 0xA03B88) is known color: Medium Red Violet. HEX triplet: A0, 3B and 88. RGB value is (160,59,136). Sum of RGB (Red+Green+Blue) = 160+59+136=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03B88 is #5FC477. Grayscale: #616161. Windows color (decimal): -6276216 or 8928160. OLE color: 8928160.
HSL color Cylindrical-coordinate representation of color #A03B88: hue angle of 314.26º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03B88 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 59 | 136 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.37 |
| HSL | 314.26º | 0.46% | 0.43% | - |
| HSV(B) | 314.26º | 0.63% | 0.63% | - |
| XYZ | 20.51 | 12.38 | 24.6 | - |
| YUV | 97.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 136 | 0 | 0.63 | 0.15 | 0.37 | 314.26 | 0.46 | 0.43 |
| Hex | A0 | 3B | 88 | 0 | 3F | F | 25 | 13A | 2E | 2B |
| Octal | 240 | 73 | 210 | 0 | 77 | 17 | 45 | 472 | 56 | 53 |
| Binary | 10100000 | 111011 | 10001000 | 0 | 111111 | 1111 | 100101 | 100111010 | 101110 | 101011 |
Color Harmonies of #A03B88
Complementary color
Monochromatic Colors of #A03B88
Black with #A03B88
Text Example
Text Example
White with #A03B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03B88; }
p { color: rgb(160,59,136); }
H1.HeaderClassName
{
color: #A03B88;
}
.AnyTagClassName
{
color: #A03B88;
}
</style>
background-color css
<style>
a { background-color: #A03B88; }
a { background-color: rgb(160,59,136); }
div.DivClassName
{
background-color: #A03B88;
}
.BgClassName
{
background-color: #A03B88;
}
</style>
border-color css
<style>
span { border-color: #A03B88; }
span { border-color: rgb(160,59,136); }
td.TdClassName
{
border-color: #A03B88;
}
.TagClassName
{
border-color: #A03B88;
}
</style>