Shades of Medium Red Violet #A0368F
Tints of Medium Red Violet #A0368F
RGB
CMYK
RGB Variations
Color information
#A0368F (or 0xA0368F) is known color: Medium Red Violet. HEX triplet: A0, 36 and 8F. RGB value is (160,54,143). Sum of RGB (Red+Green+Blue) = 160+54+143=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0368F is #5FC970. Grayscale: #5F5F5F. Windows color (decimal): -6277489 or 9385632. OLE color: 9385632.
HSL color Cylindrical-coordinate representation of color #A0368F: hue angle of 309.62º 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 #A0368F is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 143 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.37 |
| HSL | 309.62º | 0.5% | 0.42% | - |
| HSV(B) | 309.62º | 0.66% | 0.63% | - |
| XYZ | 20.77 | 12.1 | 27.23 | - |
| YUV | 95.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 143 | 0 | 0.66 | 0.11 | 0.37 | 309.62 | 0.5 | 0.42 |
| Hex | A0 | 36 | 8F | 0 | 42 | B | 25 | 136 | 32 | 2A |
| Octal | 240 | 66 | 217 | 0 | 102 | 13 | 45 | 466 | 62 | 52 |
| Binary | 10100000 | 110110 | 10001111 | 0 | 1000010 | 1011 | 100101 | 100110110 | 110010 | 101010 |
Color Harmonies of #A0368F
Complementary color
Monochromatic Colors of #A0368F
Black with #A0368F
Text Example
Text Example
White with #A0368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0368F; }
p { color: rgb(160,54,143); }
H1.HeaderClassName
{
color: #A0368F;
}
.AnyTagClassName
{
color: #A0368F;
}
</style>
background-color css
<style>
a { background-color: #A0368F; }
a { background-color: rgb(160,54,143); }
div.DivClassName
{
background-color: #A0368F;
}
.BgClassName
{
background-color: #A0368F;
}
</style>
border-color css
<style>
span { border-color: #A0368F; }
span { border-color: rgb(160,54,143); }
td.TdClassName
{
border-color: #A0368F;
}
.TagClassName
{
border-color: #A0368F;
}
</style>