Shades of Dark Purple #A1207F
Tints of Dark Purple #A1207F
RGB
CMYK
RGB Variations
Color information
#A1207F (or 0xA1207F) is known color: Dark Purple. HEX triplet: A1, 20 and 7F. RGB value is (161,32,127). Sum of RGB (Red+Green+Blue) = 161+32+127=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1207F is #5EDF80. Grayscale: #515151. Windows color (decimal): -6217601 or 8331425. OLE color: 8331425.
HSL color Cylindrical-coordinate representation of color #A1207F: hue angle of 315.81º degrees, saturation: 0.67, 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 #A1207F is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 127 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.37 |
| HSL | 315.81º | 0.67% | 0.38% | - |
| HSV(B) | 315.81º | 0.8% | 0.63% | - |
| XYZ | 19.05 | 10.14 | 21.03 | - |
| YUV | 81.4 | 153.74 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 127 | 0 | 0.80 | 0.21 | 0.37 | 315.81 | 0.67 | 0.38 |
| Hex | A1 | 20 | 7F | 0 | 50 | 15 | 25 | 13C | 43 | 26 |
| Octal | 241 | 40 | 177 | 0 | 120 | 25 | 45 | 474 | 103 | 46 |
| Binary | 10100001 | 100000 | 1111111 | 0 | 1010000 | 10101 | 100101 | 100111100 | 1000011 | 100110 |
Color Harmonies of #A1207F
Complementary color
Monochromatic Colors of #A1207F
Black with #A1207F
Text Example
Text Example
White with #A1207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1207F; }
p { color: rgb(161,32,127); }
H1.HeaderClassName
{
color: #A1207F;
}
.AnyTagClassName
{
color: #A1207F;
}
</style>
background-color css
<style>
a { background-color: #A1207F; }
a { background-color: rgb(161,32,127); }
div.DivClassName
{
background-color: #A1207F;
}
.BgClassName
{
background-color: #A1207F;
}
</style>
border-color css
<style>
span { border-color: #A1207F; }
span { border-color: rgb(161,32,127); }
td.TdClassName
{
border-color: #A1207F;
}
.TagClassName
{
border-color: #A1207F;
}
</style>