Shades of Dark Purple #A31E95
Tints of Dark Purple #A31E95
RGB
CMYK
RGB Variations
Color information
#A31E95 (or 0xA31E95) is known color: Dark Purple. HEX triplet: A3, 1E and 95. RGB value is (163,30,149). Sum of RGB (Red+Green+Blue) = 163+30+149=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31E95 is #5CE16A. Grayscale: #525252. Windows color (decimal): -6087019 or 9772707. OLE color: 9772707.
HSL color Cylindrical-coordinate representation of color #A31E95: hue angle of 306.32º 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 #A31E95 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 149 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.36 |
| HSL | 306.32º | 0.69% | 0.38% | - |
| HSV(B) | 306.32º | 0.82% | 0.64% | - |
| XYZ | 20.99 | 10.89 | 29.43 | - |
| YUV | 83.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 149 | 0 | 0.82 | 0.09 | 0.36 | 306.32 | 0.69 | 0.38 |
| Hex | A3 | 1E | 95 | 0 | 52 | 9 | 24 | 132 | 45 | 26 |
| Octal | 243 | 36 | 225 | 0 | 122 | 11 | 44 | 462 | 105 | 46 |
| Binary | 10100011 | 11110 | 10010101 | 0 | 1010010 | 1001 | 100100 | 100110010 | 1000101 | 100110 |
Color Harmonies of #A31E95
Complementary color
Monochromatic Colors of #A31E95
Black with #A31E95
Text Example
Text Example
White with #A31E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31E95; }
p { color: rgb(163,30,149); }
H1.HeaderClassName
{
color: #A31E95;
}
.AnyTagClassName
{
color: #A31E95;
}
</style>
background-color css
<style>
a { background-color: #A31E95; }
a { background-color: rgb(163,30,149); }
div.DivClassName
{
background-color: #A31E95;
}
.BgClassName
{
background-color: #A31E95;
}
</style>
border-color css
<style>
span { border-color: #A31E95; }
span { border-color: rgb(163,30,149); }
td.TdClassName
{
border-color: #A31E95;
}
.TagClassName
{
border-color: #A31E95;
}
</style>