Shades of Dark Purple #A31B8D
Tints of Dark Purple #A31B8D
RGB
CMYK
RGB Variations
Color information
#A31B8D (or 0xA31B8D) is known color: Dark Purple. HEX triplet: A3, 1B and 8D. RGB value is (163,27,141). Sum of RGB (Red+Green+Blue) = 163+27+141=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31B8D is #5CE472. Grayscale: #505050. Windows color (decimal): -6087795 or 9247651. OLE color: 9247651.
HSL color Cylindrical-coordinate representation of color #A31B8D: hue angle of 309.71º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31B8D is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 141 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.36 |
| HSL | 309.71º | 0.72% | 0.37% | - |
| HSV(B) | 309.71º | 0.83% | 0.64% | - |
| XYZ | 20.3 | 10.49 | 26.15 | - |
| YUV | 80.66 | 162.06 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 141 | 0 | 0.83 | 0.13 | 0.36 | 309.71 | 0.72 | 0.37 |
| Hex | A3 | 1B | 8D | 0 | 53 | D | 24 | 136 | 48 | 25 |
| Octal | 243 | 33 | 215 | 0 | 123 | 15 | 44 | 466 | 110 | 45 |
| Binary | 10100011 | 11011 | 10001101 | 0 | 1010011 | 1101 | 100100 | 100110110 | 1001000 | 100101 |
Color Harmonies of #A31B8D
Complementary color
Monochromatic Colors of #A31B8D
Black with #A31B8D
Text Example
Text Example
White with #A31B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B8D; }
p { color: rgb(163,27,141); }
H1.HeaderClassName
{
color: #A31B8D;
}
.AnyTagClassName
{
color: #A31B8D;
}
</style>
background-color css
<style>
a { background-color: #A31B8D; }
a { background-color: rgb(163,27,141); }
div.DivClassName
{
background-color: #A31B8D;
}
.BgClassName
{
background-color: #A31B8D;
}
</style>
border-color css
<style>
span { border-color: #A31B8D; }
span { border-color: rgb(163,27,141); }
td.TdClassName
{
border-color: #A31B8D;
}
.TagClassName
{
border-color: #A31B8D;
}
</style>