Shades of Dark Purple #A31B8E
Tints of Dark Purple #A31B8E
RGB
CMYK
RGB Variations
Color information
#A31B8E (or 0xA31B8E) is known color: Dark Purple. HEX triplet: A3, 1B and 8E. RGB value is (163,27,142). Sum of RGB (Red+Green+Blue) = 163+27+142=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31B8E is #5CE471. Grayscale: #505050. Windows color (decimal): -6087794 or 9313187. OLE color: 9313187.
HSL color Cylindrical-coordinate representation of color #A31B8E: hue angle of 309.26º 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 #A31B8E is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 142 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.36 |
| HSL | 309.26º | 0.72% | 0.37% | - |
| HSV(B) | 309.26º | 0.83% | 0.64% | - |
| XYZ | 20.38 | 10.52 | 26.55 | - |
| YUV | 80.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 142 | 0 | 0.83 | 0.13 | 0.36 | 309.26 | 0.72 | 0.37 |
| Hex | A3 | 1B | 8E | 0 | 53 | D | 24 | 135 | 48 | 25 |
| Octal | 243 | 33 | 216 | 0 | 123 | 15 | 44 | 465 | 110 | 45 |
| Binary | 10100011 | 11011 | 10001110 | 0 | 1010011 | 1101 | 100100 | 100110101 | 1001000 | 100101 |
Color Harmonies of #A31B8E
Complementary color
Monochromatic Colors of #A31B8E
Black with #A31B8E
Text Example
Text Example
White with #A31B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B8E; }
p { color: rgb(163,27,142); }
H1.HeaderClassName
{
color: #A31B8E;
}
.AnyTagClassName
{
color: #A31B8E;
}
</style>
background-color css
<style>
a { background-color: #A31B8E; }
a { background-color: rgb(163,27,142); }
div.DivClassName
{
background-color: #A31B8E;
}
.BgClassName
{
background-color: #A31B8E;
}
</style>
border-color css
<style>
span { border-color: #A31B8E; }
span { border-color: rgb(163,27,142); }
td.TdClassName
{
border-color: #A31B8E;
}
.TagClassName
{
border-color: #A31B8E;
}
</style>