Shades of Dark Purple #A21280
Tints of Dark Purple #A21280
RGB
CMYK
RGB Variations
Color information
#A21280 (or 0xA21280) is known color: Dark Purple. HEX triplet: A2, 12 and 80. RGB value is (162,18,128). Sum of RGB (Red+Green+Blue) = 162+18+128=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A21280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21280 is #5DED7F. Grayscale: #494949. Windows color (decimal): -6155648 or 8393378. OLE color: 8393378.
HSL color Cylindrical-coordinate representation of color #A21280: hue angle of 314.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21280 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 128 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.36 |
| HSL | 314.17º | 0.8% | 0.35% | - |
| HSV(B) | 314.17º | 0.89% | 0.64% | - |
| XYZ | 19.01 | 9.67 | 21.29 | - |
| YUV | 73.6 | 158.71 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 128 | 0 | 0.89 | 0.21 | 0.36 | 314.17 | 0.8 | 0.35 |
| Hex | A2 | 12 | 80 | 0 | 59 | 15 | 24 | 13A | 50 | 23 |
| Octal | 242 | 22 | 200 | 0 | 131 | 25 | 44 | 472 | 120 | 43 |
| Binary | 10100010 | 10010 | 10000000 | 0 | 1011001 | 10101 | 100100 | 100111010 | 1010000 | 100011 |
Color Harmonies of #A21280
Complementary color
Monochromatic Colors of #A21280
Black with #A21280
Text Example
Text Example
White with #A21280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21280; }
p { color: rgb(162,18,128); }
H1.HeaderClassName
{
color: #A21280;
}
.AnyTagClassName
{
color: #A21280;
}
</style>
background-color css
<style>
a { background-color: #A21280; }
a { background-color: rgb(162,18,128); }
div.DivClassName
{
background-color: #A21280;
}
.BgClassName
{
background-color: #A21280;
}
</style>
border-color css
<style>
span { border-color: #A21280; }
span { border-color: rgb(162,18,128); }
td.TdClassName
{
border-color: #A21280;
}
.TagClassName
{
border-color: #A21280;
}
</style>