Shades of Dark Purple #A12575
Tints of Dark Purple #A12575
RGB
CMYK
RGB Variations
Color information
#A12575 (or 0xA12575) is known color: Dark Purple. HEX triplet: A1, 25 and 75. RGB value is (161,37,117). Sum of RGB (Red+Green+Blue) = 161+37+117=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A12575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12575 is #5EDA8A. Grayscale: #535353. Windows color (decimal): -6216331 or 7677345. OLE color: 7677345.
HSL color Cylindrical-coordinate representation of color #A12575: hue angle of 321.29º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12575 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 117 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.37 |
| HSL | 321.29º | 0.63% | 0.39% | - |
| HSV(B) | 321.29º | 0.77% | 0.63% | - |
| XYZ | 18.57 | 10.18 | 17.82 | - |
| YUV | 83.2 | 147.08 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 117 | 0 | 0.77 | 0.27 | 0.37 | 321.29 | 0.63 | 0.39 |
| Hex | A1 | 25 | 75 | 0 | 4D | 1B | 25 | 141 | 3F | 27 |
| Octal | 241 | 45 | 165 | 0 | 115 | 33 | 45 | 501 | 77 | 47 |
| Binary | 10100001 | 100101 | 1110101 | 0 | 1001101 | 11011 | 100101 | 101000001 | 111111 | 100111 |
Color Harmonies of #A12575
Complementary color
Monochromatic Colors of #A12575
Black with #A12575
Text Example
Text Example
White with #A12575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12575; }
p { color: rgb(161,37,117); }
H1.HeaderClassName
{
color: #A12575;
}
.AnyTagClassName
{
color: #A12575;
}
</style>
background-color css
<style>
a { background-color: #A12575; }
a { background-color: rgb(161,37,117); }
div.DivClassName
{
background-color: #A12575;
}
.BgClassName
{
background-color: #A12575;
}
</style>
border-color css
<style>
span { border-color: #A12575; }
span { border-color: rgb(161,37,117); }
td.TdClassName
{
border-color: #A12575;
}
.TagClassName
{
border-color: #A12575;
}
</style>