Shades of Vivid Violet #A13599
Tints of Vivid Violet #A13599
RGB
CMYK
RGB Variations
Color information
#A13599 (or 0xA13599) is known color: Vivid Violet. HEX triplet: A1, 35 and 99. RGB value is (161,53,153). Sum of RGB (Red+Green+Blue) = 161+53+153=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A13599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13599 is #5ECA66. Grayscale: #606060. Windows color (decimal): -6212199 or 10040737. OLE color: 10040737.
HSL color Cylindrical-coordinate representation of color #A13599: hue angle of 304.44º 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 #A13599 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 53 | 153 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.37 |
| HSL | 304.44º | 0.5% | 0.42% | - |
| HSV(B) | 304.44º | 0.67% | 0.63% | - |
| XYZ | 21.72 | 12.42 | 31.39 | - |
| YUV | 96.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 153 | 0 | 0.67 | 0.05 | 0.37 | 304.44 | 0.5 | 0.42 |
| Hex | A1 | 35 | 99 | 0 | 43 | 5 | 25 | 130 | 32 | 2A |
| Octal | 241 | 65 | 231 | 0 | 103 | 5 | 45 | 460 | 62 | 52 |
| Binary | 10100001 | 110101 | 10011001 | 0 | 1000011 | 101 | 100101 | 100110000 | 110010 | 101010 |
Color Harmonies of #A13599
Complementary color
Monochromatic Colors of #A13599
Black with #A13599
Text Example
Text Example
White with #A13599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13599; }
p { color: rgb(161,53,153); }
H1.HeaderClassName
{
color: #A13599;
}
.AnyTagClassName
{
color: #A13599;
}
</style>
background-color css
<style>
a { background-color: #A13599; }
a { background-color: rgb(161,53,153); }
div.DivClassName
{
background-color: #A13599;
}
.BgClassName
{
background-color: #A13599;
}
</style>
border-color css
<style>
span { border-color: #A13599; }
span { border-color: rgb(161,53,153); }
td.TdClassName
{
border-color: #A13599;
}
.TagClassName
{
border-color: #A13599;
}
</style>