Shades of Dark Purple #A21F92
Tints of Dark Purple #A21F92
RGB
CMYK
RGB Variations
Color information
#A21F92 (or 0xA21F92) is known color: Dark Purple. HEX triplet: A2, 1F and 92. RGB value is (162,31,146). Sum of RGB (Red+Green+Blue) = 162+31+146=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21F92 is #5DE06D. Grayscale: #525252. Windows color (decimal): -6152302 or 9576354. OLE color: 9576354.
HSL color Cylindrical-coordinate representation of color #A21F92: hue angle of 307.33º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21F92 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 146 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.36 |
| HSL | 307.33º | 0.68% | 0.38% | - |
| HSV(B) | 307.33º | 0.81% | 0.64% | - |
| XYZ | 20.58 | 10.74 | 28.18 | - |
| YUV | 83.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 146 | 0 | 0.81 | 0.10 | 0.36 | 307.33 | 0.68 | 0.38 |
| Hex | A2 | 1F | 92 | 0 | 51 | A | 24 | 133 | 44 | 26 |
| Octal | 242 | 37 | 222 | 0 | 121 | 12 | 44 | 463 | 104 | 46 |
| Binary | 10100010 | 11111 | 10010010 | 0 | 1010001 | 1010 | 100100 | 100110011 | 1000100 | 100110 |
Color Harmonies of #A21F92
Complementary color
Monochromatic Colors of #A21F92
Black with #A21F92
Text Example
Text Example
White with #A21F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F92; }
p { color: rgb(162,31,146); }
H1.HeaderClassName
{
color: #A21F92;
}
.AnyTagClassName
{
color: #A21F92;
}
</style>
background-color css
<style>
a { background-color: #A21F92; }
a { background-color: rgb(162,31,146); }
div.DivClassName
{
background-color: #A21F92;
}
.BgClassName
{
background-color: #A21F92;
}
</style>
border-color css
<style>
span { border-color: #A21F92; }
span { border-color: rgb(162,31,146); }
td.TdClassName
{
border-color: #A21F92;
}
.TagClassName
{
border-color: #A21F92;
}
</style>