Shades of Dark Purple #A21878
Tints of Dark Purple #A21878
RGB
CMYK
RGB Variations
Color information
#A21878 (or 0xA21878) is known color: Dark Purple. HEX triplet: A2, 18 and 78. RGB value is (162,24,120). Sum of RGB (Red+Green+Blue) = 162+24+120=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A21878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21878 is #5DE787. Grayscale: #4B4B4B. Windows color (decimal): -6154120 or 7870626. OLE color: 7870626.
HSL color Cylindrical-coordinate representation of color #A21878: hue angle of 318.26º 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 #A21878 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 120 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.36 |
| HSL | 318.26º | 0.74% | 0.36% | - |
| HSV(B) | 318.26º | 0.85% | 0.64% | - |
| XYZ | 18.62 | 9.69 | 18.66 | - |
| YUV | 76.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 120 | 0 | 0.85 | 0.26 | 0.36 | 318.26 | 0.74 | 0.36 |
| Hex | A2 | 18 | 78 | 0 | 55 | 1A | 24 | 13E | 4A | 24 |
| Octal | 242 | 30 | 170 | 0 | 125 | 32 | 44 | 476 | 112 | 44 |
| Binary | 10100010 | 11000 | 1111000 | 0 | 1010101 | 11010 | 100100 | 100111110 | 1001010 | 100100 |
Color Harmonies of #A21878
Complementary color
Monochromatic Colors of #A21878
Black with #A21878
Text Example
Text Example
White with #A21878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21878; }
p { color: rgb(162,24,120); }
H1.HeaderClassName
{
color: #A21878;
}
.AnyTagClassName
{
color: #A21878;
}
</style>
background-color css
<style>
a { background-color: #A21878; }
a { background-color: rgb(162,24,120); }
div.DivClassName
{
background-color: #A21878;
}
.BgClassName
{
background-color: #A21878;
}
</style>
border-color css
<style>
span { border-color: #A21878; }
span { border-color: rgb(162,24,120); }
td.TdClassName
{
border-color: #A21878;
}
.TagClassName
{
border-color: #A21878;
}
</style>