Shades of Medium Red Violet #A13A8F
Tints of Medium Red Violet #A13A8F
RGB
CMYK
RGB Variations
Color information
#A13A8F (or 0xA13A8F) is known color: Medium Red Violet. HEX triplet: A1, 3A and 8F. RGB value is (161,58,143). Sum of RGB (Red+Green+Blue) = 161+58+143=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13A8F is #5EC570. Grayscale: #626262. Windows color (decimal): -6210929 or 9386657. OLE color: 9386657.
HSL color Cylindrical-coordinate representation of color #A13A8F: hue angle of 310.49º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13A8F is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 58 | 143 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.37 |
| HSL | 310.49º | 0.47% | 0.43% | - |
| HSV(B) | 310.49º | 0.64% | 0.63% | - |
| XYZ | 21.17 | 12.59 | 27.3 | - |
| YUV | 98.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 143 | 0 | 0.64 | 0.11 | 0.37 | 310.49 | 0.47 | 0.43 |
| Hex | A1 | 3A | 8F | 0 | 40 | B | 25 | 136 | 2F | 2B |
| Octal | 241 | 72 | 217 | 0 | 100 | 13 | 45 | 466 | 57 | 53 |
| Binary | 10100001 | 111010 | 10001111 | 0 | 1000000 | 1011 | 100101 | 100110110 | 101111 | 101011 |
Color Harmonies of #A13A8F
Complementary color
Monochromatic Colors of #A13A8F
Black with #A13A8F
Text Example
Text Example
White with #A13A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13A8F; }
p { color: rgb(161,58,143); }
H1.HeaderClassName
{
color: #A13A8F;
}
.AnyTagClassName
{
color: #A13A8F;
}
</style>
background-color css
<style>
a { background-color: #A13A8F; }
a { background-color: rgb(161,58,143); }
div.DivClassName
{
background-color: #A13A8F;
}
.BgClassName
{
background-color: #A13A8F;
}
</style>
border-color css
<style>
span { border-color: #A13A8F; }
span { border-color: rgb(161,58,143); }
td.TdClassName
{
border-color: #A13A8F;
}
.TagClassName
{
border-color: #A13A8F;
}
</style>