Shades of Medium Red Violet #A03695
Tints of Medium Red Violet #A03695
RGB
CMYK
RGB Variations
Color information
#A03695 (or 0xA03695) is known color: Medium Red Violet. HEX triplet: A0, 36 and 95. RGB value is (160,54,149). Sum of RGB (Red+Green+Blue) = 160+54+149=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A03695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03695 is #5FC96A. Grayscale: #606060. Windows color (decimal): -6277483 or 9778848. OLE color: 9778848.
HSL color Cylindrical-coordinate representation of color #A03695: hue angle of 306.23º 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 #A03695 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 149 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.37 |
| HSL | 306.23º | 0.5% | 0.42% | - |
| HSV(B) | 306.23º | 0.66% | 0.63% | - |
| XYZ | 21.24 | 12.28 | 29.68 | - |
| YUV | 96.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 149 | 0 | 0.66 | 0.07 | 0.37 | 306.23 | 0.5 | 0.42 |
| Hex | A0 | 36 | 95 | 0 | 42 | 7 | 25 | 132 | 32 | 2A |
| Octal | 240 | 66 | 225 | 0 | 102 | 7 | 45 | 462 | 62 | 52 |
| Binary | 10100000 | 110110 | 10010101 | 0 | 1000010 | 111 | 100101 | 100110010 | 110010 | 101010 |
Color Harmonies of #A03695
Complementary color
Monochromatic Colors of #A03695
Black with #A03695
Text Example
Text Example
White with #A03695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03695; }
p { color: rgb(160,54,149); }
H1.HeaderClassName
{
color: #A03695;
}
.AnyTagClassName
{
color: #A03695;
}
</style>
background-color css
<style>
a { background-color: #A03695; }
a { background-color: rgb(160,54,149); }
div.DivClassName
{
background-color: #A03695;
}
.BgClassName
{
background-color: #A03695;
}
</style>
border-color css
<style>
span { border-color: #A03695; }
span { border-color: rgb(160,54,149); }
td.TdClassName
{
border-color: #A03695;
}
.TagClassName
{
border-color: #A03695;
}
</style>