Shades of Dark Purple #A1249A
Tints of Dark Purple #A1249A
RGB
CMYK
RGB Variations
Color information
#A1249A (or 0xA1249A) is known color: Dark Purple. HEX triplet: A1, 24 and 9A. RGB value is (161,36,154). Sum of RGB (Red+Green+Blue) = 161+36+154=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A1249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1249A is #5EDB65. Grayscale: #565656. Windows color (decimal): -6216550 or 10101921. OLE color: 10101921.
HSL color Cylindrical-coordinate representation of color #A1249A: hue angle of 303.36º 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 #A1249A is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 154 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.37 |
| HSL | 303.36º | 0.63% | 0.39% | - |
| HSV(B) | 303.36º | 0.78% | 0.63% | - |
| XYZ | 21.16 | 11.17 | 31.61 | - |
| YUV | 86.83 | 165.91 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 154 | 0 | 0.78 | 0.04 | 0.37 | 303.36 | 0.63 | 0.39 |
| Hex | A1 | 24 | 9A | 0 | 4E | 4 | 25 | 12F | 3F | 27 |
| Octal | 241 | 44 | 232 | 0 | 116 | 4 | 45 | 457 | 77 | 47 |
| Binary | 10100001 | 100100 | 10011010 | 0 | 1001110 | 100 | 100101 | 100101111 | 111111 | 100111 |
Color Harmonies of #A1249A
Complementary color
Monochromatic Colors of #A1249A
Black with #A1249A
Text Example
Text Example
White with #A1249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1249A; }
p { color: rgb(161,36,154); }
H1.HeaderClassName
{
color: #A1249A;
}
.AnyTagClassName
{
color: #A1249A;
}
</style>
background-color css
<style>
a { background-color: #A1249A; }
a { background-color: rgb(161,36,154); }
div.DivClassName
{
background-color: #A1249A;
}
.BgClassName
{
background-color: #A1249A;
}
</style>
border-color css
<style>
span { border-color: #A1249A; }
span { border-color: rgb(161,36,154); }
td.TdClassName
{
border-color: #A1249A;
}
.TagClassName
{
border-color: #A1249A;
}
</style>