Shades of Dark Purple #A31A80
Tints of Dark Purple #A31A80
RGB
CMYK
RGB Variations
Color information
#A31A80 (or 0xA31A80) is known color: Dark Purple. HEX triplet: A3, 1A and 80. RGB value is (163,26,128). Sum of RGB (Red+Green+Blue) = 163+26+128=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31A80 is #5CE57F. Grayscale: #4E4E4E. Windows color (decimal): -6088064 or 8395427. OLE color: 8395427.
HSL color Cylindrical-coordinate representation of color #A31A80: hue angle of 315.33º 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 #A31A80 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 26 | 128 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.36 |
| HSL | 315.33º | 0.72% | 0.37% | - |
| HSV(B) | 315.33º | 0.84% | 0.64% | - |
| XYZ | 19.37 | 10.08 | 21.35 | - |
| YUV | 78.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 128 | 0 | 0.84 | 0.21 | 0.36 | 315.33 | 0.72 | 0.37 |
| Hex | A3 | 1A | 80 | 0 | 54 | 15 | 24 | 13B | 48 | 25 |
| Octal | 243 | 32 | 200 | 0 | 124 | 25 | 44 | 473 | 110 | 45 |
| Binary | 10100011 | 11010 | 10000000 | 0 | 1010100 | 10101 | 100100 | 100111011 | 1001000 | 100101 |
Color Harmonies of #A31A80
Complementary color
Monochromatic Colors of #A31A80
Black with #A31A80
Text Example
Text Example
White with #A31A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31A80; }
p { color: rgb(163,26,128); }
H1.HeaderClassName
{
color: #A31A80;
}
.AnyTagClassName
{
color: #A31A80;
}
</style>
background-color css
<style>
a { background-color: #A31A80; }
a { background-color: rgb(163,26,128); }
div.DivClassName
{
background-color: #A31A80;
}
.BgClassName
{
background-color: #A31A80;
}
</style>
border-color css
<style>
span { border-color: #A31A80; }
span { border-color: rgb(163,26,128); }
td.TdClassName
{
border-color: #A31A80;
}
.TagClassName
{
border-color: #A31A80;
}
</style>