Shades of Medium Red Violet #A13A92
Tints of Medium Red Violet #A13A92
RGB
CMYK
RGB Variations
Color information
#A13A92 (or 0xA13A92) is known color: Medium Red Violet. HEX triplet: A1, 3A and 92. RGB value is (161,58,146). Sum of RGB (Red+Green+Blue) = 161+58+146=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13A92 is #5EC56D. Grayscale: #626262. Windows color (decimal): -6210926 or 9583265. OLE color: 9583265.
HSL color Cylindrical-coordinate representation of color #A13A92: hue angle of 308.74º 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 #A13A92 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 58 | 146 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.37 |
| HSL | 308.74º | 0.47% | 0.43% | - |
| HSV(B) | 308.74º | 0.64% | 0.63% | - |
| XYZ | 21.4 | 12.68 | 28.51 | - |
| YUV | 98.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 146 | 0 | 0.64 | 0.09 | 0.37 | 308.74 | 0.47 | 0.43 |
| Hex | A1 | 3A | 92 | 0 | 40 | 9 | 25 | 135 | 2F | 2B |
| Octal | 241 | 72 | 222 | 0 | 100 | 11 | 45 | 465 | 57 | 53 |
| Binary | 10100001 | 111010 | 10010010 | 0 | 1000000 | 1001 | 100101 | 100110101 | 101111 | 101011 |
Color Harmonies of #A13A92
Complementary color
Monochromatic Colors of #A13A92
Black with #A13A92
Text Example
Text Example
White with #A13A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13A92; }
p { color: rgb(161,58,146); }
H1.HeaderClassName
{
color: #A13A92;
}
.AnyTagClassName
{
color: #A13A92;
}
</style>
background-color css
<style>
a { background-color: #A13A92; }
a { background-color: rgb(161,58,146); }
div.DivClassName
{
background-color: #A13A92;
}
.BgClassName
{
background-color: #A13A92;
}
</style>
border-color css
<style>
span { border-color: #A13A92; }
span { border-color: rgb(161,58,146); }
td.TdClassName
{
border-color: #A13A92;
}
.TagClassName
{
border-color: #A13A92;
}
</style>