Shades of Vivid Violet #A1239D
Tints of Vivid Violet #A1239D
RGB
CMYK
RGB Variations
Color information
#A1239D (or 0xA1239D) is known color: Vivid Violet. HEX triplet: A1, 23 and 9D. RGB value is (161,35,157). Sum of RGB (Red+Green+Blue) = 161+35+157=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1239D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1239D is #5EDC62. Grayscale: #565656. Windows color (decimal): -6216803 or 10298273. OLE color: 10298273.
HSL color Cylindrical-coordinate representation of color #A1239D: hue angle of 301.9º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1239D is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 157 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.37 |
| HSL | 301.9º | 0.64% | 0.38% | - |
| HSV(B) | 301.9º | 0.78% | 0.63% | - |
| XYZ | 21.38 | 11.21 | 32.94 | - |
| YUV | 86.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 157 | 0 | 0.78 | 0.02 | 0.37 | 301.9 | 0.64 | 0.38 |
| Hex | A1 | 23 | 9D | 0 | 4E | 2 | 25 | 12E | 40 | 26 |
| Octal | 241 | 43 | 235 | 0 | 116 | 2 | 45 | 456 | 100 | 46 |
| Binary | 10100001 | 100011 | 10011101 | 0 | 1001110 | 10 | 100101 | 100101110 | 1000000 | 100110 |
Color Harmonies of #A1239D
Complementary color
Monochromatic Colors of #A1239D
Black with #A1239D
Text Example
Text Example
White with #A1239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1239D; }
p { color: rgb(161,35,157); }
H1.HeaderClassName
{
color: #A1239D;
}
.AnyTagClassName
{
color: #A1239D;
}
</style>
background-color css
<style>
a { background-color: #A1239D; }
a { background-color: rgb(161,35,157); }
div.DivClassName
{
background-color: #A1239D;
}
.BgClassName
{
background-color: #A1239D;
}
</style>
border-color css
<style>
span { border-color: #A1239D; }
span { border-color: rgb(161,35,157); }
td.TdClassName
{
border-color: #A1239D;
}
.TagClassName
{
border-color: #A1239D;
}
</style>