Shades of Dark Purple #A31A8A
Tints of Dark Purple #A31A8A
RGB
CMYK
RGB Variations
Color information
#A31A8A (or 0xA31A8A) is known color: Dark Purple. HEX triplet: A3, 1A and 8A. RGB value is (163,26,138). Sum of RGB (Red+Green+Blue) = 163+26+138=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31A8A is #5CE575. Grayscale: #4F4F4F. Windows color (decimal): -6088054 or 9050787. OLE color: 9050787.
HSL color Cylindrical-coordinate representation of color #A31A8A: hue angle of 310.95º 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 #A31A8A is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 26 | 138 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.36 |
| HSL | 310.95º | 0.72% | 0.37% | - |
| HSV(B) | 310.95º | 0.84% | 0.64% | - |
| XYZ | 20.06 | 10.36 | 24.99 | - |
| YUV | 79.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 138 | 0 | 0.84 | 0.15 | 0.36 | 310.95 | 0.72 | 0.37 |
| Hex | A3 | 1A | 8A | 0 | 54 | F | 24 | 137 | 48 | 25 |
| Octal | 243 | 32 | 212 | 0 | 124 | 17 | 44 | 467 | 110 | 45 |
| Binary | 10100011 | 11010 | 10001010 | 0 | 1010100 | 1111 | 100100 | 100110111 | 1001000 | 100101 |
Color Harmonies of #A31A8A
Complementary color
Monochromatic Colors of #A31A8A
Black with #A31A8A
Text Example
Text Example
White with #A31A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31A8A; }
p { color: rgb(163,26,138); }
H1.HeaderClassName
{
color: #A31A8A;
}
.AnyTagClassName
{
color: #A31A8A;
}
</style>
background-color css
<style>
a { background-color: #A31A8A; }
a { background-color: rgb(163,26,138); }
div.DivClassName
{
background-color: #A31A8A;
}
.BgClassName
{
background-color: #A31A8A;
}
</style>
border-color css
<style>
span { border-color: #A31A8A; }
span { border-color: rgb(163,26,138); }
td.TdClassName
{
border-color: #A31A8A;
}
.TagClassName
{
border-color: #A31A8A;
}
</style>