Shades of Dark Purple #A21883
Tints of Dark Purple #A21883
RGB
CMYK
RGB Variations
Color information
#A21883 (or 0xA21883) is known color: Dark Purple. HEX triplet: A2, 18 and 83. RGB value is (162,24,131). Sum of RGB (Red+Green+Blue) = 162+24+131=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A21883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21883 is #5DE77C. Grayscale: #4D4D4D. Windows color (decimal): -6154109 or 8591522. OLE color: 8591522.
HSL color Cylindrical-coordinate representation of color #A21883: hue angle of 313.48º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21883 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 131 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.36 |
| HSL | 313.48º | 0.74% | 0.36% | - |
| HSV(B) | 313.48º | 0.85% | 0.64% | - |
| XYZ | 19.32 | 9.97 | 22.38 | - |
| YUV | 77.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 131 | 0 | 0.85 | 0.19 | 0.36 | 313.48 | 0.74 | 0.36 |
| Hex | A2 | 18 | 83 | 0 | 55 | 13 | 24 | 139 | 4A | 24 |
| Octal | 242 | 30 | 203 | 0 | 125 | 23 | 44 | 471 | 112 | 44 |
| Binary | 10100010 | 11000 | 10000011 | 0 | 1010101 | 10011 | 100100 | 100111001 | 1001010 | 100100 |
Color Harmonies of #A21883
Complementary color
Monochromatic Colors of #A21883
Black with #A21883
Text Example
Text Example
White with #A21883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21883; }
p { color: rgb(162,24,131); }
H1.HeaderClassName
{
color: #A21883;
}
.AnyTagClassName
{
color: #A21883;
}
</style>
background-color css
<style>
a { background-color: #A21883; }
a { background-color: rgb(162,24,131); }
div.DivClassName
{
background-color: #A21883;
}
.BgClassName
{
background-color: #A21883;
}
</style>
border-color css
<style>
span { border-color: #A21883; }
span { border-color: rgb(162,24,131); }
td.TdClassName
{
border-color: #A21883;
}
.TagClassName
{
border-color: #A21883;
}
</style>