Shades of Dark Purple #A12679
Tints of Dark Purple #A12679
RGB
CMYK
RGB Variations
Color information
#A12679 (or 0xA12679) is known color: Dark Purple. HEX triplet: A1, 26 and 79. RGB value is (161,38,121). Sum of RGB (Red+Green+Blue) = 161+38+121=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A12679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12679 is #5ED986. Grayscale: #545454. Windows color (decimal): -6216071 or 7939745. OLE color: 7939745.
HSL color Cylindrical-coordinate representation of color #A12679: hue angle of 319.51º 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 #A12679 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 121 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.37 |
| HSL | 319.51º | 0.62% | 0.39% | - |
| HSV(B) | 319.51º | 0.76% | 0.63% | - |
| XYZ | 18.84 | 10.34 | 19.09 | - |
| YUV | 84.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 121 | 0 | 0.76 | 0.25 | 0.37 | 319.51 | 0.62 | 0.39 |
| Hex | A1 | 26 | 79 | 0 | 4C | 19 | 25 | 140 | 3E | 27 |
| Octal | 241 | 46 | 171 | 0 | 114 | 31 | 45 | 500 | 76 | 47 |
| Binary | 10100001 | 100110 | 1111001 | 0 | 1001100 | 11001 | 100101 | 101000000 | 111110 | 100111 |
Color Harmonies of #A12679
Complementary color
Monochromatic Colors of #A12679
Black with #A12679
Text Example
Text Example
White with #A12679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12679; }
p { color: rgb(161,38,121); }
H1.HeaderClassName
{
color: #A12679;
}
.AnyTagClassName
{
color: #A12679;
}
</style>
background-color css
<style>
a { background-color: #A12679; }
a { background-color: rgb(161,38,121); }
div.DivClassName
{
background-color: #A12679;
}
.BgClassName
{
background-color: #A12679;
}
</style>
border-color css
<style>
span { border-color: #A12679; }
span { border-color: rgb(161,38,121); }
td.TdClassName
{
border-color: #A12679;
}
.TagClassName
{
border-color: #A12679;
}
</style>