Shades of Dark Purple #A12673
Tints of Dark Purple #A12673
RGB
CMYK
RGB Variations
Color information
#A12673 (or 0xA12673) is known color: Dark Purple. HEX triplet: A1, 26 and 73. RGB value is (161,38,115). Sum of RGB (Red+Green+Blue) = 161+38+115=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A12673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12673 is #5ED98C. Grayscale: #535353. Windows color (decimal): -6216077 or 7546529. OLE color: 7546529.
HSL color Cylindrical-coordinate representation of color #A12673: hue angle of 322.44º 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 #A12673 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 115 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.37 |
| HSL | 322.44º | 0.62% | 0.39% | - |
| HSV(B) | 322.44º | 0.76% | 0.63% | - |
| XYZ | 18.49 | 10.2 | 17.21 | - |
| YUV | 83.56 | 145.75 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 115 | 0 | 0.76 | 0.29 | 0.37 | 322.44 | 0.62 | 0.39 |
| Hex | A1 | 26 | 73 | 0 | 4C | 1D | 25 | 142 | 3E | 27 |
| Octal | 241 | 46 | 163 | 0 | 114 | 35 | 45 | 502 | 76 | 47 |
| Binary | 10100001 | 100110 | 1110011 | 0 | 1001100 | 11101 | 100101 | 101000010 | 111110 | 100111 |
Color Harmonies of #A12673
Complementary color
Monochromatic Colors of #A12673
Black with #A12673
Text Example
Text Example
White with #A12673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12673; }
p { color: rgb(161,38,115); }
H1.HeaderClassName
{
color: #A12673;
}
.AnyTagClassName
{
color: #A12673;
}
</style>
background-color css
<style>
a { background-color: #A12673; }
a { background-color: rgb(161,38,115); }
div.DivClassName
{
background-color: #A12673;
}
.BgClassName
{
background-color: #A12673;
}
</style>
border-color css
<style>
span { border-color: #A12673; }
span { border-color: rgb(161,38,115); }
td.TdClassName
{
border-color: #A12673;
}
.TagClassName
{
border-color: #A12673;
}
</style>