Shades of Vivid Violet #A1259D
Tints of Vivid Violet #A1259D
RGB
CMYK
RGB Variations
Color information
#A1259D (or 0xA1259D) is known color: Vivid Violet. HEX triplet: A1, 25 and 9D. RGB value is (161,37,157). Sum of RGB (Red+Green+Blue) = 161+37+157=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1259D is #5EDA62. Grayscale: #575757. Windows color (decimal): -6216291 or 10298785. OLE color: 10298785.
HSL color Cylindrical-coordinate representation of color #A1259D: hue angle of 301.94º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1259D is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 157 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.37 |
| HSL | 301.94º | 0.63% | 0.39% | - |
| HSV(B) | 301.94º | 0.77% | 0.63% | - |
| XYZ | 21.45 | 11.33 | 32.96 | - |
| YUV | 87.76 | 167.08 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 157 | 0 | 0.77 | 0.02 | 0.37 | 301.94 | 0.63 | 0.39 |
| Hex | A1 | 25 | 9D | 0 | 4D | 2 | 25 | 12E | 3F | 27 |
| Octal | 241 | 45 | 235 | 0 | 115 | 2 | 45 | 456 | 77 | 47 |
| Binary | 10100001 | 100101 | 10011101 | 0 | 1001101 | 10 | 100101 | 100101110 | 111111 | 100111 |
Color Harmonies of #A1259D
Complementary color
Monochromatic Colors of #A1259D
Black with #A1259D
Text Example
Text Example
White with #A1259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1259D; }
p { color: rgb(161,37,157); }
H1.HeaderClassName
{
color: #A1259D;
}
.AnyTagClassName
{
color: #A1259D;
}
</style>
background-color css
<style>
a { background-color: #A1259D; }
a { background-color: rgb(161,37,157); }
div.DivClassName
{
background-color: #A1259D;
}
.BgClassName
{
background-color: #A1259D;
}
</style>
border-color css
<style>
span { border-color: #A1259D; }
span { border-color: rgb(161,37,157); }
td.TdClassName
{
border-color: #A1259D;
}
.TagClassName
{
border-color: #A1259D;
}
</style>