Shades of Dark Purple #A31E82
Tints of Dark Purple #A31E82
RGB
CMYK
RGB Variations
Color information
#A31E82 (or 0xA31E82) is known color: Dark Purple. HEX triplet: A3, 1E and 82. RGB value is (163,30,130). Sum of RGB (Red+Green+Blue) = 163+30+130=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31E82 is #5CE17D. Grayscale: #505050. Windows color (decimal): -6087038 or 8527523. OLE color: 8527523.
HSL color Cylindrical-coordinate representation of color #A31E82: hue angle of 314.89º 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 #A31E82 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 130 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.36 |
| HSL | 314.89º | 0.69% | 0.38% | - |
| HSV(B) | 314.89º | 0.82% | 0.64% | - |
| XYZ | 19.6 | 10.33 | 22.08 | - |
| YUV | 81.17 | 155.56 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 130 | 0 | 0.82 | 0.20 | 0.36 | 314.89 | 0.69 | 0.38 |
| Hex | A3 | 1E | 82 | 0 | 52 | 14 | 24 | 13B | 45 | 26 |
| Octal | 243 | 36 | 202 | 0 | 122 | 24 | 44 | 473 | 105 | 46 |
| Binary | 10100011 | 11110 | 10000010 | 0 | 1010010 | 10100 | 100100 | 100111011 | 1000101 | 100110 |
Color Harmonies of #A31E82
Complementary color
Monochromatic Colors of #A31E82
Black with #A31E82
Text Example
Text Example
White with #A31E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E82; }
p { color: rgb(163,30,130); }
H1.HeaderClassName
{
color: #A31E82;
}
.AnyTagClassName
{
color: #A31E82;
}
</style>
background-color css
<style>
a { background-color: #A31E82; }
a { background-color: rgb(163,30,130); }
div.DivClassName
{
background-color: #A31E82;
}
.BgClassName
{
background-color: #A31E82;
}
</style>
border-color css
<style>
span { border-color: #A31E82; }
span { border-color: rgb(163,30,130); }
td.TdClassName
{
border-color: #A31E82;
}
.TagClassName
{
border-color: #A31E82;
}
</style>