Shades of Dark Purple #A1127F
Tints of Dark Purple #A1127F
RGB
CMYK
RGB Variations
Color information
#A1127F (or 0xA1127F) is known color: Dark Purple. HEX triplet: A1, 12 and 7F. RGB value is (161,18,127). Sum of RGB (Red+Green+Blue) = 161+18+127=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1127F is #5EED80. Grayscale: #484848. Windows color (decimal): -6221185 or 8327841. OLE color: 8327841.
HSL color Cylindrical-coordinate representation of color #A1127F: hue angle of 314.27º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1127F is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 127 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.37 |
| HSL | 314.27º | 0.8% | 0.35% | - |
| HSV(B) | 314.27º | 0.89% | 0.63% | - |
| XYZ | 18.75 | 9.54 | 20.93 | - |
| YUV | 73.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 127 | 0 | 0.89 | 0.21 | 0.37 | 314.27 | 0.8 | 0.35 |
| Hex | A1 | 12 | 7F | 0 | 59 | 15 | 25 | 13A | 50 | 23 |
| Octal | 241 | 22 | 177 | 0 | 131 | 25 | 45 | 472 | 120 | 43 |
| Binary | 10100001 | 10010 | 1111111 | 0 | 1011001 | 10101 | 100101 | 100111010 | 1010000 | 100011 |
Color Harmonies of #A1127F
Complementary color
Monochromatic Colors of #A1127F
Black with #A1127F
Text Example
Text Example
White with #A1127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1127F; }
p { color: rgb(161,18,127); }
H1.HeaderClassName
{
color: #A1127F;
}
.AnyTagClassName
{
color: #A1127F;
}
</style>
background-color css
<style>
a { background-color: #A1127F; }
a { background-color: rgb(161,18,127); }
div.DivClassName
{
background-color: #A1127F;
}
.BgClassName
{
background-color: #A1127F;
}
</style>
border-color css
<style>
span { border-color: #A1127F; }
span { border-color: rgb(161,18,127); }
td.TdClassName
{
border-color: #A1127F;
}
.TagClassName
{
border-color: #A1127F;
}
</style>