Shades of Dark Purple #A31489
Tints of Dark Purple #A31489
RGB
CMYK
RGB Variations
Color information
#A31489 (or 0xA31489) is known color: Dark Purple. HEX triplet: A3, 14 and 89. RGB value is (163,20,137). Sum of RGB (Red+Green+Blue) = 163+20+137=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A31489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31489 is #5CEB76. Grayscale: #4B4B4B. Windows color (decimal): -6089591 or 8983715. OLE color: 8983715.
HSL color Cylindrical-coordinate representation of color #A31489: hue angle of 310.91º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31489 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 137 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.36 |
| HSL | 310.91º | 0.78% | 0.36% | - |
| HSV(B) | 310.91º | 0.88% | 0.64% | - |
| XYZ | 19.87 | 10.09 | 24.57 | - |
| YUV | 76.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 137 | 0 | 0.88 | 0.16 | 0.36 | 310.91 | 0.78 | 0.36 |
| Hex | A3 | 14 | 89 | 0 | 58 | 10 | 24 | 137 | 4E | 24 |
| Octal | 243 | 24 | 211 | 0 | 130 | 20 | 44 | 467 | 116 | 44 |
| Binary | 10100011 | 10100 | 10001001 | 0 | 1011000 | 10000 | 100100 | 100110111 | 1001110 | 100100 |
Color Harmonies of #A31489
Complementary color
Monochromatic Colors of #A31489
Black with #A31489
Text Example
Text Example
White with #A31489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31489; }
p { color: rgb(163,20,137); }
H1.HeaderClassName
{
color: #A31489;
}
.AnyTagClassName
{
color: #A31489;
}
</style>
background-color css
<style>
a { background-color: #A31489; }
a { background-color: rgb(163,20,137); }
div.DivClassName
{
background-color: #A31489;
}
.BgClassName
{
background-color: #A31489;
}
</style>
border-color css
<style>
span { border-color: #A31489; }
span { border-color: rgb(163,20,137); }
td.TdClassName
{
border-color: #A31489;
}
.TagClassName
{
border-color: #A31489;
}
</style>