Shades of Dark Purple #A31E85
Tints of Dark Purple #A31E85
RGB
CMYK
RGB Variations
Color information
#A31E85 (or 0xA31E85) is known color: Dark Purple. HEX triplet: A3, 1E and 85. RGB value is (163,30,133). Sum of RGB (Red+Green+Blue) = 163+30+133=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31E85 is #5CE17A. Grayscale: #515151. Windows color (decimal): -6087035 or 8724131. OLE color: 8724131.
HSL color Cylindrical-coordinate representation of color #A31E85: hue angle of 313.53º 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 #A31E85 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 133 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.36 |
| HSL | 313.53º | 0.69% | 0.38% | - |
| HSV(B) | 313.53º | 0.82% | 0.64% | - |
| XYZ | 19.8 | 10.41 | 23.16 | - |
| YUV | 81.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 133 | 0 | 0.82 | 0.18 | 0.36 | 313.53 | 0.69 | 0.38 |
| Hex | A3 | 1E | 85 | 0 | 52 | 12 | 24 | 13A | 45 | 26 |
| Octal | 243 | 36 | 205 | 0 | 122 | 22 | 44 | 472 | 105 | 46 |
| Binary | 10100011 | 11110 | 10000101 | 0 | 1010010 | 10010 | 100100 | 100111010 | 1000101 | 100110 |
Color Harmonies of #A31E85
Complementary color
Monochromatic Colors of #A31E85
Black with #A31E85
Text Example
Text Example
White with #A31E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E85; }
p { color: rgb(163,30,133); }
H1.HeaderClassName
{
color: #A31E85;
}
.AnyTagClassName
{
color: #A31E85;
}
</style>
background-color css
<style>
a { background-color: #A31E85; }
a { background-color: rgb(163,30,133); }
div.DivClassName
{
background-color: #A31E85;
}
.BgClassName
{
background-color: #A31E85;
}
</style>
border-color css
<style>
span { border-color: #A31E85; }
span { border-color: rgb(163,30,133); }
td.TdClassName
{
border-color: #A31E85;
}
.TagClassName
{
border-color: #A31E85;
}
</style>