Shades of Dark Purple #A21382
Tints of Dark Purple #A21382
RGB
CMYK
RGB Variations
Color information
#A21382 (or 0xA21382) is known color: Dark Purple. HEX triplet: A2, 13 and 82. RGB value is (162,19,130). Sum of RGB (Red+Green+Blue) = 162+19+130=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A21382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21382 is #5DEC7D. Grayscale: #4A4A4A. Windows color (decimal): -6155390 or 8524706. OLE color: 8524706.
HSL color Cylindrical-coordinate representation of color #A21382: hue angle of 313.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21382 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 130 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.36 |
| HSL | 313.43º | 0.79% | 0.35% | - |
| HSV(B) | 313.43º | 0.88% | 0.64% | - |
| XYZ | 19.16 | 9.76 | 21.99 | - |
| YUV | 74.41 | 159.38 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 130 | 0 | 0.88 | 0.20 | 0.36 | 313.43 | 0.79 | 0.35 |
| Hex | A2 | 13 | 82 | 0 | 58 | 14 | 24 | 139 | 4F | 23 |
| Octal | 242 | 23 | 202 | 0 | 130 | 24 | 44 | 471 | 117 | 43 |
| Binary | 10100010 | 10011 | 10000010 | 0 | 1011000 | 10100 | 100100 | 100111001 | 1001111 | 100011 |
Color Harmonies of #A21382
Complementary color
Monochromatic Colors of #A21382
Black with #A21382
Text Example
Text Example
White with #A21382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21382; }
p { color: rgb(162,19,130); }
H1.HeaderClassName
{
color: #A21382;
}
.AnyTagClassName
{
color: #A21382;
}
</style>
background-color css
<style>
a { background-color: #A21382; }
a { background-color: rgb(162,19,130); }
div.DivClassName
{
background-color: #A21382;
}
.BgClassName
{
background-color: #A21382;
}
</style>
border-color css
<style>
span { border-color: #A21382; }
span { border-color: rgb(162,19,130); }
td.TdClassName
{
border-color: #A21382;
}
.TagClassName
{
border-color: #A21382;
}
</style>