Shades of Dark Purple #A21888
Tints of Dark Purple #A21888
RGB
CMYK
RGB Variations
Color information
#A21888 (or 0xA21888) is known color: Dark Purple. HEX triplet: A2, 18 and 88. RGB value is (162,24,136). Sum of RGB (Red+Green+Blue) = 162+24+136=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A21888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21888 is #5DE777. Grayscale: #4D4D4D. Windows color (decimal): -6154104 or 8919202. OLE color: 8919202.
HSL color Cylindrical-coordinate representation of color #A21888: hue angle of 311.3º 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 #A21888 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 136 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.36 |
| HSL | 311.3º | 0.74% | 0.36% | - |
| HSV(B) | 311.3º | 0.85% | 0.64% | - |
| XYZ | 19.67 | 10.11 | 24.21 | - |
| YUV | 78.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 136 | 0 | 0.85 | 0.16 | 0.36 | 311.3 | 0.74 | 0.36 |
| Hex | A2 | 18 | 88 | 0 | 55 | 10 | 24 | 137 | 4A | 24 |
| Octal | 242 | 30 | 210 | 0 | 125 | 20 | 44 | 467 | 112 | 44 |
| Binary | 10100010 | 11000 | 10001000 | 0 | 1010101 | 10000 | 100100 | 100110111 | 1001010 | 100100 |
Color Harmonies of #A21888
Complementary color
Monochromatic Colors of #A21888
Black with #A21888
Text Example
Text Example
White with #A21888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21888; }
p { color: rgb(162,24,136); }
H1.HeaderClassName
{
color: #A21888;
}
.AnyTagClassName
{
color: #A21888;
}
</style>
background-color css
<style>
a { background-color: #A21888; }
a { background-color: rgb(162,24,136); }
div.DivClassName
{
background-color: #A21888;
}
.BgClassName
{
background-color: #A21888;
}
</style>
border-color css
<style>
span { border-color: #A21888; }
span { border-color: rgb(162,24,136); }
td.TdClassName
{
border-color: #A21888;
}
.TagClassName
{
border-color: #A21888;
}
</style>