Shades of Dark Purple #A31A8E
Tints of Dark Purple #A31A8E
RGB
CMYK
RGB Variations
Color information
#A31A8E (or 0xA31A8E) is known color: Dark Purple. HEX triplet: A3, 1A and 8E. RGB value is (163,26,142). Sum of RGB (Red+Green+Blue) = 163+26+142=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31A8E is #5CE571. Grayscale: #4F4F4F. Windows color (decimal): -6088050 or 9312931. OLE color: 9312931.
HSL color Cylindrical-coordinate representation of color #A31A8E: hue angle of 309.2º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31A8E is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 26 | 142 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.36 |
| HSL | 309.2º | 0.72% | 0.37% | - |
| HSV(B) | 309.2º | 0.84% | 0.64% | - |
| XYZ | 20.36 | 10.48 | 26.54 | - |
| YUV | 80.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 142 | 0 | 0.84 | 0.13 | 0.36 | 309.2 | 0.72 | 0.37 |
| Hex | A3 | 1A | 8E | 0 | 54 | D | 24 | 135 | 48 | 25 |
| Octal | 243 | 32 | 216 | 0 | 124 | 15 | 44 | 465 | 110 | 45 |
| Binary | 10100011 | 11010 | 10001110 | 0 | 1010100 | 1101 | 100100 | 100110101 | 1001000 | 100101 |
Color Harmonies of #A31A8E
Complementary color
Monochromatic Colors of #A31A8E
Black with #A31A8E
Text Example
Text Example
White with #A31A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31A8E; }
p { color: rgb(163,26,142); }
H1.HeaderClassName
{
color: #A31A8E;
}
.AnyTagClassName
{
color: #A31A8E;
}
</style>
background-color css
<style>
a { background-color: #A31A8E; }
a { background-color: rgb(163,26,142); }
div.DivClassName
{
background-color: #A31A8E;
}
.BgClassName
{
background-color: #A31A8E;
}
</style>
border-color css
<style>
span { border-color: #A31A8E; }
span { border-color: rgb(163,26,142); }
td.TdClassName
{
border-color: #A31A8E;
}
.TagClassName
{
border-color: #A31A8E;
}
</style>