Shades of Dark Purple #A21787
Tints of Dark Purple #A21787
RGB
CMYK
RGB Variations
Color information
#A21787 (or 0xA21787) is known color: Dark Purple. HEX triplet: A2, 17 and 87. RGB value is (162,23,135). Sum of RGB (Red+Green+Blue) = 162+23+135=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A21787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21787 is #5DE878. Grayscale: #4D4D4D. Windows color (decimal): -6154361 or 8853410. OLE color: 8853410.
HSL color Cylindrical-coordinate representation of color #A21787: hue angle of 311.65º degrees, saturation: 0.75, 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 #A21787 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 23 | 135 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.36 |
| HSL | 311.65º | 0.75% | 0.36% | - |
| HSV(B) | 311.65º | 0.86% | 0.64% | - |
| XYZ | 19.58 | 10.04 | 23.83 | - |
| YUV | 77.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 135 | 0 | 0.86 | 0.17 | 0.36 | 311.65 | 0.75 | 0.36 |
| Hex | A2 | 17 | 87 | 0 | 56 | 11 | 24 | 138 | 4B | 24 |
| Octal | 242 | 27 | 207 | 0 | 126 | 21 | 44 | 470 | 113 | 44 |
| Binary | 10100010 | 10111 | 10000111 | 0 | 1010110 | 10001 | 100100 | 100111000 | 1001011 | 100100 |
Color Harmonies of #A21787
Complementary color
Monochromatic Colors of #A21787
Black with #A21787
Text Example
Text Example
White with #A21787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21787; }
p { color: rgb(162,23,135); }
H1.HeaderClassName
{
color: #A21787;
}
.AnyTagClassName
{
color: #A21787;
}
</style>
background-color css
<style>
a { background-color: #A21787; }
a { background-color: rgb(162,23,135); }
div.DivClassName
{
background-color: #A21787;
}
.BgClassName
{
background-color: #A21787;
}
</style>
border-color css
<style>
span { border-color: #A21787; }
span { border-color: rgb(162,23,135); }
td.TdClassName
{
border-color: #A21787;
}
.TagClassName
{
border-color: #A21787;
}
</style>