Shades of Dark Purple #A1267D
Tints of Dark Purple #A1267D
RGB
CMYK
RGB Variations
Color information
#A1267D (or 0xA1267D) is known color: Dark Purple. HEX triplet: A1, 26 and 7D. RGB value is (161,38,125). Sum of RGB (Red+Green+Blue) = 161+38+125=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1267D is #5ED982. Grayscale: #545454. Windows color (decimal): -6216067 or 8201889. OLE color: 8201889.
HSL color Cylindrical-coordinate representation of color #A1267D: hue angle of 317.56º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1267D is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 125 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.37 |
| HSL | 317.56º | 0.62% | 0.39% | - |
| HSV(B) | 317.56º | 0.76% | 0.63% | - |
| XYZ | 19.09 | 10.44 | 20.41 | - |
| YUV | 84.7 | 150.75 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 125 | 0 | 0.76 | 0.22 | 0.37 | 317.56 | 0.62 | 0.39 |
| Hex | A1 | 26 | 7D | 0 | 4C | 16 | 25 | 13E | 3E | 27 |
| Octal | 241 | 46 | 175 | 0 | 114 | 26 | 45 | 476 | 76 | 47 |
| Binary | 10100001 | 100110 | 1111101 | 0 | 1001100 | 10110 | 100101 | 100111110 | 111110 | 100111 |
Color Harmonies of #A1267D
Complementary color
Monochromatic Colors of #A1267D
Black with #A1267D
Text Example
Text Example
White with #A1267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1267D; }
p { color: rgb(161,38,125); }
H1.HeaderClassName
{
color: #A1267D;
}
.AnyTagClassName
{
color: #A1267D;
}
</style>
background-color css
<style>
a { background-color: #A1267D; }
a { background-color: rgb(161,38,125); }
div.DivClassName
{
background-color: #A1267D;
}
.BgClassName
{
background-color: #A1267D;
}
</style>
border-color css
<style>
span { border-color: #A1267D; }
span { border-color: rgb(161,38,125); }
td.TdClassName
{
border-color: #A1267D;
}
.TagClassName
{
border-color: #A1267D;
}
</style>