Shades of Vivid Violet #A13699
Tints of Vivid Violet #A13699
RGB
CMYK
RGB Variations
Color information
#A13699 (or 0xA13699) is known color: Vivid Violet. HEX triplet: A1, 36 and 99. RGB value is (161,54,153). Sum of RGB (Red+Green+Blue) = 161+54+153=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A13699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13699 is #5EC966. Grayscale: #606060. Windows color (decimal): -6211943 or 10040993. OLE color: 10040993.
HSL color Cylindrical-coordinate representation of color #A13699: hue angle of 304.49º 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 #A13699 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 153 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.37 |
| HSL | 304.49º | 0.5% | 0.42% | - |
| HSV(B) | 304.49º | 0.66% | 0.63% | - |
| XYZ | 21.77 | 12.52 | 31.41 | - |
| YUV | 97.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 153 | 0 | 0.66 | 0.05 | 0.37 | 304.49 | 0.5 | 0.42 |
| Hex | A1 | 36 | 99 | 0 | 42 | 5 | 25 | 130 | 32 | 2A |
| Octal | 241 | 66 | 231 | 0 | 102 | 5 | 45 | 460 | 62 | 52 |
| Binary | 10100001 | 110110 | 10011001 | 0 | 1000010 | 101 | 100101 | 100110000 | 110010 | 101010 |
Color Harmonies of #A13699
Complementary color
Monochromatic Colors of #A13699
Black with #A13699
Text Example
Text Example
White with #A13699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13699; }
p { color: rgb(161,54,153); }
H1.HeaderClassName
{
color: #A13699;
}
.AnyTagClassName
{
color: #A13699;
}
</style>
background-color css
<style>
a { background-color: #A13699; }
a { background-color: rgb(161,54,153); }
div.DivClassName
{
background-color: #A13699;
}
.BgClassName
{
background-color: #A13699;
}
</style>
border-color css
<style>
span { border-color: #A13699; }
span { border-color: rgb(161,54,153); }
td.TdClassName
{
border-color: #A13699;
}
.TagClassName
{
border-color: #A13699;
}
</style>