Shades of Dark Purple #A21483
Tints of Dark Purple #A21483
RGB
CMYK
RGB Variations
Color information
#A21483 (or 0xA21483) is known color: Dark Purple. HEX triplet: A2, 14 and 83. RGB value is (162,20,131). Sum of RGB (Red+Green+Blue) = 162+20+131=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A21483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21483 is #5DEB7C. Grayscale: #4A4A4A. Windows color (decimal): -6155133 or 8590498. OLE color: 8590498.
HSL color Cylindrical-coordinate representation of color #A21483: hue angle of 313.1º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21483 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 131 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.36 |
| HSL | 313.1º | 0.78% | 0.36% | - |
| HSV(B) | 313.1º | 0.88% | 0.64% | - |
| XYZ | 19.25 | 9.82 | 22.35 | - |
| YUV | 75.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 131 | 0 | 0.88 | 0.19 | 0.36 | 313.1 | 0.78 | 0.36 |
| Hex | A2 | 14 | 83 | 0 | 58 | 13 | 24 | 139 | 4E | 24 |
| Octal | 242 | 24 | 203 | 0 | 130 | 23 | 44 | 471 | 116 | 44 |
| Binary | 10100010 | 10100 | 10000011 | 0 | 1011000 | 10011 | 100100 | 100111001 | 1001110 | 100100 |
Color Harmonies of #A21483
Complementary color
Monochromatic Colors of #A21483
Black with #A21483
Text Example
Text Example
White with #A21483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21483; }
p { color: rgb(162,20,131); }
H1.HeaderClassName
{
color: #A21483;
}
.AnyTagClassName
{
color: #A21483;
}
</style>
background-color css
<style>
a { background-color: #A21483; }
a { background-color: rgb(162,20,131); }
div.DivClassName
{
background-color: #A21483;
}
.BgClassName
{
background-color: #A21483;
}
</style>
border-color css
<style>
span { border-color: #A21483; }
span { border-color: rgb(162,20,131); }
td.TdClassName
{
border-color: #A21483;
}
.TagClassName
{
border-color: #A21483;
}
</style>