Shades of Dark Purple #A21185
Tints of Dark Purple #A21185
RGB
CMYK
RGB Variations
Color information
#A21185 (or 0xA21185) is known color: Dark Purple. HEX triplet: A2, 11 and 85. RGB value is (162,17,133). Sum of RGB (Red+Green+Blue) = 162+17+133=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A21185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21185 is #5DEE7A. Grayscale: #494949. Windows color (decimal): -6155899 or 8720802. OLE color: 8720802.
HSL color Cylindrical-coordinate representation of color #A21185: hue angle of 312º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21185 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 133 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.36 |
| HSL | 312º | 0.81% | 0.35% | - |
| HSV(B) | 312º | 0.9% | 0.64% | - |
| XYZ | 19.33 | 9.78 | 23.06 | - |
| YUV | 73.58 | 161.54 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 133 | 0 | 0.90 | 0.18 | 0.36 | 312 | 0.81 | 0.35 |
| Hex | A2 | 11 | 85 | 0 | 5A | 12 | 24 | 138 | 51 | 23 |
| Octal | 242 | 21 | 205 | 0 | 132 | 22 | 44 | 470 | 121 | 43 |
| Binary | 10100010 | 10001 | 10000101 | 0 | 1011010 | 10010 | 100100 | 100111000 | 1010001 | 100011 |
Color Harmonies of #A21185
Complementary color
Monochromatic Colors of #A21185
Black with #A21185
Text Example
Text Example
White with #A21185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21185; }
p { color: rgb(162,17,133); }
H1.HeaderClassName
{
color: #A21185;
}
.AnyTagClassName
{
color: #A21185;
}
</style>
background-color css
<style>
a { background-color: #A21185; }
a { background-color: rgb(162,17,133); }
div.DivClassName
{
background-color: #A21185;
}
.BgClassName
{
background-color: #A21185;
}
</style>
border-color css
<style>
span { border-color: #A21185; }
span { border-color: rgb(162,17,133); }
td.TdClassName
{
border-color: #A21185;
}
.TagClassName
{
border-color: #A21185;
}
</style>