Shades of Dark Purple #A1217D
Tints of Dark Purple #A1217D
RGB
CMYK
RGB Variations
Color information
#A1217D (or 0xA1217D) is known color: Dark Purple. HEX triplet: A1, 21 and 7D. RGB value is (161,33,125). Sum of RGB (Red+Green+Blue) = 161+33+125=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1217D is #5EDE82. Grayscale: #515151. Windows color (decimal): -6217347 or 8200609. OLE color: 8200609.
HSL color Cylindrical-coordinate representation of color #A1217D: hue angle of 316.88º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1217D is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 125 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.37 |
| HSL | 316.88º | 0.66% | 0.38% | - |
| HSV(B) | 316.88º | 0.8% | 0.63% | - |
| XYZ | 18.94 | 10.15 | 20.36 | - |
| YUV | 81.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 125 | 0 | 0.80 | 0.22 | 0.37 | 316.88 | 0.66 | 0.38 |
| Hex | A1 | 21 | 7D | 0 | 50 | 16 | 25 | 13D | 42 | 26 |
| Octal | 241 | 41 | 175 | 0 | 120 | 26 | 45 | 475 | 102 | 46 |
| Binary | 10100001 | 100001 | 1111101 | 0 | 1010000 | 10110 | 100101 | 100111101 | 1000010 | 100110 |
Color Harmonies of #A1217D
Complementary color
Monochromatic Colors of #A1217D
Black with #A1217D
Text Example
Text Example
White with #A1217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1217D; }
p { color: rgb(161,33,125); }
H1.HeaderClassName
{
color: #A1217D;
}
.AnyTagClassName
{
color: #A1217D;
}
</style>
background-color css
<style>
a { background-color: #A1217D; }
a { background-color: rgb(161,33,125); }
div.DivClassName
{
background-color: #A1217D;
}
.BgClassName
{
background-color: #A1217D;
}
</style>
border-color css
<style>
span { border-color: #A1217D; }
span { border-color: rgb(161,33,125); }
td.TdClassName
{
border-color: #A1217D;
}
.TagClassName
{
border-color: #A1217D;
}
</style>