Shades of Dark Purple #A21585
Tints of Dark Purple #A21585
RGB
CMYK
RGB Variations
Color information
#A21585 (or 0xA21585) is known color: Dark Purple. HEX triplet: A2, 15 and 85. RGB value is (162,21,133). Sum of RGB (Red+Green+Blue) = 162+21+133=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A21585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21585 is #5DEA7A. Grayscale: #4B4B4B. Windows color (decimal): -6154875 or 8721826. OLE color: 8721826.
HSL color Cylindrical-coordinate representation of color #A21585: hue angle of 312.34º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21585 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 133 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.36 |
| HSL | 312.34º | 0.77% | 0.36% | - |
| HSV(B) | 312.34º | 0.87% | 0.64% | - |
| XYZ | 19.4 | 9.91 | 23.08 | - |
| YUV | 75.93 | 160.21 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 133 | 0 | 0.87 | 0.18 | 0.36 | 312.34 | 0.77 | 0.36 |
| Hex | A2 | 15 | 85 | 0 | 57 | 12 | 24 | 138 | 4D | 24 |
| Octal | 242 | 25 | 205 | 0 | 127 | 22 | 44 | 470 | 115 | 44 |
| Binary | 10100010 | 10101 | 10000101 | 0 | 1010111 | 10010 | 100100 | 100111000 | 1001101 | 100100 |
Color Harmonies of #A21585
Complementary color
Monochromatic Colors of #A21585
Black with #A21585
Text Example
Text Example
White with #A21585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21585; }
p { color: rgb(162,21,133); }
H1.HeaderClassName
{
color: #A21585;
}
.AnyTagClassName
{
color: #A21585;
}
</style>
background-color css
<style>
a { background-color: #A21585; }
a { background-color: rgb(162,21,133); }
div.DivClassName
{
background-color: #A21585;
}
.BgClassName
{
background-color: #A21585;
}
</style>
border-color css
<style>
span { border-color: #A21585; }
span { border-color: rgb(162,21,133); }
td.TdClassName
{
border-color: #A21585;
}
.TagClassName
{
border-color: #A21585;
}
</style>