Shades of Dark Purple #A12585
Tints of Dark Purple #A12585
RGB
CMYK
RGB Variations
Color information
#A12585 (or 0xA12585) is known color: Dark Purple. HEX triplet: A1, 25 and 85. RGB value is (161,37,133). Sum of RGB (Red+Green+Blue) = 161+37+133=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A12585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12585 is #5EDA7A. Grayscale: #545454. Windows color (decimal): -6216315 or 8725921. OLE color: 8725921.
HSL color Cylindrical-coordinate representation of color #A12585: hue angle of 313.55º 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 #A12585 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 133 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.37 |
| HSL | 313.55º | 0.63% | 0.39% | - |
| HSV(B) | 313.55º | 0.77% | 0.63% | - |
| XYZ | 19.59 | 10.59 | 23.2 | - |
| YUV | 85.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 133 | 0 | 0.77 | 0.17 | 0.37 | 313.55 | 0.63 | 0.39 |
| Hex | A1 | 25 | 85 | 0 | 4D | 11 | 25 | 13A | 3F | 27 |
| Octal | 241 | 45 | 205 | 0 | 115 | 21 | 45 | 472 | 77 | 47 |
| Binary | 10100001 | 100101 | 10000101 | 0 | 1001101 | 10001 | 100101 | 100111010 | 111111 | 100111 |
Color Harmonies of #A12585
Complementary color
Monochromatic Colors of #A12585
Black with #A12585
Text Example
Text Example
White with #A12585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12585; }
p { color: rgb(161,37,133); }
H1.HeaderClassName
{
color: #A12585;
}
.AnyTagClassName
{
color: #A12585;
}
</style>
background-color css
<style>
a { background-color: #A12585; }
a { background-color: rgb(161,37,133); }
div.DivClassName
{
background-color: #A12585;
}
.BgClassName
{
background-color: #A12585;
}
</style>
border-color css
<style>
span { border-color: #A12585; }
span { border-color: rgb(161,37,133); }
td.TdClassName
{
border-color: #A12585;
}
.TagClassName
{
border-color: #A12585;
}
</style>