Shades of Dark Purple #A1298F
Tints of Dark Purple #A1298F
RGB
CMYK
RGB Variations
Color information
#A1298F (or 0xA1298F) is known color: Dark Purple. HEX triplet: A1, 29 and 8F. RGB value is (161,41,143). Sum of RGB (Red+Green+Blue) = 161+41+143=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A1298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1298F is #5ED670. Grayscale: #585858. Windows color (decimal): -6215281 or 9382305. OLE color: 9382305.
HSL color Cylindrical-coordinate representation of color #A1298F: hue angle of 309º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1298F is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 143 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.37 |
| HSL | 309º | 0.59% | 0.4% | - |
| HSV(B) | 309º | 0.75% | 0.63% | - |
| XYZ | 20.45 | 11.15 | 27.06 | - |
| YUV | 88.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 143 | 0 | 0.75 | 0.11 | 0.37 | 309 | 0.59 | 0.4 |
| Hex | A1 | 29 | 8F | 0 | 4B | B | 25 | 135 | 3B | 28 |
| Octal | 241 | 51 | 217 | 0 | 113 | 13 | 45 | 465 | 73 | 50 |
| Binary | 10100001 | 101001 | 10001111 | 0 | 1001011 | 1011 | 100101 | 100110101 | 111011 | 101000 |
Color Harmonies of #A1298F
Complementary color
Monochromatic Colors of #A1298F
Black with #A1298F
Text Example
Text Example
White with #A1298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1298F; }
p { color: rgb(161,41,143); }
H1.HeaderClassName
{
color: #A1298F;
}
.AnyTagClassName
{
color: #A1298F;
}
</style>
background-color css
<style>
a { background-color: #A1298F; }
a { background-color: rgb(161,41,143); }
div.DivClassName
{
background-color: #A1298F;
}
.BgClassName
{
background-color: #A1298F;
}
</style>
border-color css
<style>
span { border-color: #A1298F; }
span { border-color: rgb(161,41,143); }
td.TdClassName
{
border-color: #A1298F;
}
.TagClassName
{
border-color: #A1298F;
}
</style>