Shades of Dark Purple #A31E8F
Tints of Dark Purple #A31E8F
RGB
CMYK
RGB Variations
Color information
#A31E8F (or 0xA31E8F) is known color: Dark Purple. HEX triplet: A3, 1E and 8F. RGB value is (163,30,143). Sum of RGB (Red+Green+Blue) = 163+30+143=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31E8F is #5CE170. Grayscale: #525252. Windows color (decimal): -6087025 or 9379491. OLE color: 9379491.
HSL color Cylindrical-coordinate representation of color #A31E8F: hue angle of 309.02º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31E8F is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 143 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.36 |
| HSL | 309.02º | 0.69% | 0.38% | - |
| HSV(B) | 309.02º | 0.82% | 0.64% | - |
| XYZ | 20.53 | 10.7 | 26.97 | - |
| YUV | 82.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 143 | 0 | 0.82 | 0.12 | 0.36 | 309.02 | 0.69 | 0.38 |
| Hex | A3 | 1E | 8F | 0 | 52 | C | 24 | 135 | 45 | 26 |
| Octal | 243 | 36 | 217 | 0 | 122 | 14 | 44 | 465 | 105 | 46 |
| Binary | 10100011 | 11110 | 10001111 | 0 | 1010010 | 1100 | 100100 | 100110101 | 1000101 | 100110 |
Color Harmonies of #A31E8F
Complementary color
Monochromatic Colors of #A31E8F
Black with #A31E8F
Text Example
Text Example
White with #A31E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E8F; }
p { color: rgb(163,30,143); }
H1.HeaderClassName
{
color: #A31E8F;
}
.AnyTagClassName
{
color: #A31E8F;
}
</style>
background-color css
<style>
a { background-color: #A31E8F; }
a { background-color: rgb(163,30,143); }
div.DivClassName
{
background-color: #A31E8F;
}
.BgClassName
{
background-color: #A31E8F;
}
</style>
border-color css
<style>
span { border-color: #A31E8F; }
span { border-color: rgb(163,30,143); }
td.TdClassName
{
border-color: #A31E8F;
}
.TagClassName
{
border-color: #A31E8F;
}
</style>