Shades of Dark Purple #A21B83
Tints of Dark Purple #A21B83
RGB
CMYK
RGB Variations
Color information
#A21B83 (or 0xA21B83) is known color: Dark Purple. HEX triplet: A2, 1B and 83. RGB value is (162,27,131). Sum of RGB (Red+Green+Blue) = 162+27+131=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B83 is #5DE47C. Grayscale: #4E4E4E. Windows color (decimal): -6153341 or 8592290. OLE color: 8592290.
HSL color Cylindrical-coordinate representation of color #A21B83: hue angle of 313.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21B83 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 27 | 131 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.36 |
| HSL | 313.78º | 0.71% | 0.37% | - |
| HSV(B) | 313.78º | 0.83% | 0.64% | - |
| XYZ | 19.39 | 10.1 | 22.4 | - |
| YUV | 79.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 131 | 0 | 0.83 | 0.19 | 0.36 | 313.78 | 0.71 | 0.37 |
| Hex | A2 | 1B | 83 | 0 | 53 | 13 | 24 | 13A | 47 | 25 |
| Octal | 242 | 33 | 203 | 0 | 123 | 23 | 44 | 472 | 107 | 45 |
| Binary | 10100010 | 11011 | 10000011 | 0 | 1010011 | 10011 | 100100 | 100111010 | 1000111 | 100101 |
Color Harmonies of #A21B83
Complementary color
Monochromatic Colors of #A21B83
Black with #A21B83
Text Example
Text Example
White with #A21B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21B83; }
p { color: rgb(162,27,131); }
H1.HeaderClassName
{
color: #A21B83;
}
.AnyTagClassName
{
color: #A21B83;
}
</style>
background-color css
<style>
a { background-color: #A21B83; }
a { background-color: rgb(162,27,131); }
div.DivClassName
{
background-color: #A21B83;
}
.BgClassName
{
background-color: #A21B83;
}
</style>
border-color css
<style>
span { border-color: #A21B83; }
span { border-color: rgb(162,27,131); }
td.TdClassName
{
border-color: #A21B83;
}
.TagClassName
{
border-color: #A21B83;
}
</style>