Shades of Vivid Violet #A1249C
Tints of Vivid Violet #A1249C
RGB
CMYK
RGB Variations
Color information
#A1249C (or 0xA1249C) is known color: Vivid Violet. HEX triplet: A1, 24 and 9C. RGB value is (161,36,156). Sum of RGB (Red+Green+Blue) = 161+36+156=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1249C is #5EDB63. Grayscale: #565656. Windows color (decimal): -6216548 or 10232993. OLE color: 10232993.
HSL color Cylindrical-coordinate representation of color #A1249C: hue angle of 302.4º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1249C is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 156 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.37 |
| HSL | 302.4º | 0.63% | 0.39% | - |
| HSV(B) | 302.4º | 0.78% | 0.63% | - |
| XYZ | 21.33 | 11.24 | 32.5 | - |
| YUV | 87.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 156 | 0 | 0.78 | 0.03 | 0.37 | 302.4 | 0.63 | 0.39 |
| Hex | A1 | 24 | 9C | 0 | 4E | 3 | 25 | 12E | 3F | 27 |
| Octal | 241 | 44 | 234 | 0 | 116 | 3 | 45 | 456 | 77 | 47 |
| Binary | 10100001 | 100100 | 10011100 | 0 | 1001110 | 11 | 100101 | 100101110 | 111111 | 100111 |
Color Harmonies of #A1249C
Complementary color
Monochromatic Colors of #A1249C
Black with #A1249C
Text Example
Text Example
White with #A1249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1249C; }
p { color: rgb(161,36,156); }
H1.HeaderClassName
{
color: #A1249C;
}
.AnyTagClassName
{
color: #A1249C;
}
</style>
background-color css
<style>
a { background-color: #A1249C; }
a { background-color: rgb(161,36,156); }
div.DivClassName
{
background-color: #A1249C;
}
.BgClassName
{
background-color: #A1249C;
}
</style>
border-color css
<style>
span { border-color: #A1249C; }
span { border-color: rgb(161,36,156); }
td.TdClassName
{
border-color: #A1249C;
}
.TagClassName
{
border-color: #A1249C;
}
</style>