Shades of Dark Purple #A21686
Tints of Dark Purple #A21686
RGB
CMYK
RGB Variations
Color information
#A21686 (or 0xA21686) is known color: Dark Purple. HEX triplet: A2, 16 and 86. RGB value is (162,22,134). Sum of RGB (Red+Green+Blue) = 162+22+134=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A21686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21686 is #5DE979. Grayscale: #4C4C4C. Windows color (decimal): -6154618 or 8787618. OLE color: 8787618.
HSL color Cylindrical-coordinate representation of color #A21686: hue angle of 312º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21686 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 22 | 134 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.36 |
| HSL | 312º | 0.76% | 0.36% | - |
| HSV(B) | 312º | 0.86% | 0.64% | - |
| XYZ | 19.49 | 9.98 | 23.45 | - |
| YUV | 76.63 | 160.38 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 22 | 134 | 0 | 0.86 | 0.17 | 0.36 | 312 | 0.76 | 0.36 |
| Hex | A2 | 16 | 86 | 0 | 56 | 11 | 24 | 138 | 4C | 24 |
| Octal | 242 | 26 | 206 | 0 | 126 | 21 | 44 | 470 | 114 | 44 |
| Binary | 10100010 | 10110 | 10000110 | 0 | 1010110 | 10001 | 100100 | 100111000 | 1001100 | 100100 |
Color Harmonies of #A21686
Complementary color
Monochromatic Colors of #A21686
Black with #A21686
Text Example
Text Example
White with #A21686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21686; }
p { color: rgb(162,22,134); }
H1.HeaderClassName
{
color: #A21686;
}
.AnyTagClassName
{
color: #A21686;
}
</style>
background-color css
<style>
a { background-color: #A21686; }
a { background-color: rgb(162,22,134); }
div.DivClassName
{
background-color: #A21686;
}
.BgClassName
{
background-color: #A21686;
}
</style>
border-color css
<style>
span { border-color: #A21686; }
span { border-color: rgb(162,22,134); }
td.TdClassName
{
border-color: #A21686;
}
.TagClassName
{
border-color: #A21686;
}
</style>