Shades of Dark Purple #A21385
Tints of Dark Purple #A21385
RGB
CMYK
RGB Variations
Color information
#A21385 (or 0xA21385) is known color: Dark Purple. HEX triplet: A2, 13 and 85. RGB value is (162,19,133). Sum of RGB (Red+Green+Blue) = 162+19+133=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A21385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21385 is #5DEC7A. Grayscale: #4A4A4A. Windows color (decimal): -6155387 or 8721314. OLE color: 8721314.
HSL color Cylindrical-coordinate representation of color #A21385: hue angle of 312.17º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21385 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 133 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.36 |
| HSL | 312.17º | 0.79% | 0.35% | - |
| HSV(B) | 312.17º | 0.88% | 0.64% | - |
| XYZ | 19.37 | 9.84 | 23.07 | - |
| YUV | 74.75 | 160.88 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 133 | 0 | 0.88 | 0.18 | 0.36 | 312.17 | 0.79 | 0.35 |
| Hex | A2 | 13 | 85 | 0 | 58 | 12 | 24 | 138 | 4F | 23 |
| Octal | 242 | 23 | 205 | 0 | 130 | 22 | 44 | 470 | 117 | 43 |
| Binary | 10100010 | 10011 | 10000101 | 0 | 1011000 | 10010 | 100100 | 100111000 | 1001111 | 100011 |
Color Harmonies of #A21385
Complementary color
Monochromatic Colors of #A21385
Black with #A21385
Text Example
Text Example
White with #A21385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21385; }
p { color: rgb(162,19,133); }
H1.HeaderClassName
{
color: #A21385;
}
.AnyTagClassName
{
color: #A21385;
}
</style>
background-color css
<style>
a { background-color: #A21385; }
a { background-color: rgb(162,19,133); }
div.DivClassName
{
background-color: #A21385;
}
.BgClassName
{
background-color: #A21385;
}
</style>
border-color css
<style>
span { border-color: #A21385; }
span { border-color: rgb(162,19,133); }
td.TdClassName
{
border-color: #A21385;
}
.TagClassName
{
border-color: #A21385;
}
</style>