Shades of Dark Purple #A31886
Tints of Dark Purple #A31886
RGB
CMYK
RGB Variations
Color information
#A31886 (or 0xA31886) is known color: Dark Purple. HEX triplet: A3, 18 and 86. RGB value is (163,24,134). Sum of RGB (Red+Green+Blue) = 163+24+134=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A31886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31886 is #5CE779. Grayscale: #4D4D4D. Windows color (decimal): -6088570 or 8788131. OLE color: 8788131.
HSL color Cylindrical-coordinate representation of color #A31886: hue angle of 312.52º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31886 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 134 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.36 |
| HSL | 312.52º | 0.74% | 0.37% | - |
| HSV(B) | 312.52º | 0.85% | 0.64% | - |
| XYZ | 19.73 | 10.16 | 23.48 | - |
| YUV | 78.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 134 | 0 | 0.85 | 0.18 | 0.36 | 312.52 | 0.74 | 0.37 |
| Hex | A3 | 18 | 86 | 0 | 55 | 12 | 24 | 139 | 4A | 25 |
| Octal | 243 | 30 | 206 | 0 | 125 | 22 | 44 | 471 | 112 | 45 |
| Binary | 10100011 | 11000 | 10000110 | 0 | 1010101 | 10010 | 100100 | 100111001 | 1001010 | 100101 |
Color Harmonies of #A31886
Complementary color
Monochromatic Colors of #A31886
Black with #A31886
Text Example
Text Example
White with #A31886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31886; }
p { color: rgb(163,24,134); }
H1.HeaderClassName
{
color: #A31886;
}
.AnyTagClassName
{
color: #A31886;
}
</style>
background-color css
<style>
a { background-color: #A31886; }
a { background-color: rgb(163,24,134); }
div.DivClassName
{
background-color: #A31886;
}
.BgClassName
{
background-color: #A31886;
}
</style>
border-color css
<style>
span { border-color: #A31886; }
span { border-color: rgb(163,24,134); }
td.TdClassName
{
border-color: #A31886;
}
.TagClassName
{
border-color: #A31886;
}
</style>