Shades of Medium Red Violet #A13594
Tints of Medium Red Violet #A13594
RGB
CMYK
RGB Variations
Color information
#A13594 (or 0xA13594) is known color: Medium Red Violet. HEX triplet: A1, 35 and 94. RGB value is (161,53,148). Sum of RGB (Red+Green+Blue) = 161+53+148=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A13594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13594 is #5ECA6B. Grayscale: #5F5F5F. Windows color (decimal): -6212204 or 9713057. OLE color: 9713057.
HSL color Cylindrical-coordinate representation of color #A13594: hue angle of 307.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13594 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 53 | 148 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.37 |
| HSL | 307.22º | 0.5% | 0.42% | - |
| HSV(B) | 307.22º | 0.67% | 0.63% | - |
| XYZ | 21.32 | 12.26 | 29.26 | - |
| YUV | 96.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 148 | 0 | 0.67 | 0.08 | 0.37 | 307.22 | 0.5 | 0.42 |
| Hex | A1 | 35 | 94 | 0 | 43 | 8 | 25 | 133 | 32 | 2A |
| Octal | 241 | 65 | 224 | 0 | 103 | 10 | 45 | 463 | 62 | 52 |
| Binary | 10100001 | 110101 | 10010100 | 0 | 1000011 | 1000 | 100101 | 100110011 | 110010 | 101010 |
Color Harmonies of #A13594
Complementary color
Monochromatic Colors of #A13594
Black with #A13594
Text Example
Text Example
White with #A13594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13594; }
p { color: rgb(161,53,148); }
H1.HeaderClassName
{
color: #A13594;
}
.AnyTagClassName
{
color: #A13594;
}
</style>
background-color css
<style>
a { background-color: #A13594; }
a { background-color: rgb(161,53,148); }
div.DivClassName
{
background-color: #A13594;
}
.BgClassName
{
background-color: #A13594;
}
</style>
border-color css
<style>
span { border-color: #A13594; }
span { border-color: rgb(161,53,148); }
td.TdClassName
{
border-color: #A13594;
}
.TagClassName
{
border-color: #A13594;
}
</style>