Shades of Dark Purple #A31A90
Tints of Dark Purple #A31A90
RGB
CMYK
RGB Variations
Color information
#A31A90 (or 0xA31A90) is known color: Dark Purple. HEX triplet: A3, 1A and 90. RGB value is (163,26,144). Sum of RGB (Red+Green+Blue) = 163+26+144=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31A90 is #5CE56F. Grayscale: #505050. Windows color (decimal): -6088048 or 9444003. OLE color: 9444003.
HSL color Cylindrical-coordinate representation of color #A31A90: hue angle of 308.32º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31A90 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 26 | 144 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.36 |
| HSL | 308.32º | 0.72% | 0.37% | - |
| HSV(B) | 308.32º | 0.84% | 0.64% | - |
| XYZ | 20.51 | 10.54 | 27.34 | - |
| YUV | 80.42 | 163.89 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 144 | 0 | 0.84 | 0.12 | 0.36 | 308.32 | 0.72 | 0.37 |
| Hex | A3 | 1A | 90 | 0 | 54 | C | 24 | 134 | 48 | 25 |
| Octal | 243 | 32 | 220 | 0 | 124 | 14 | 44 | 464 | 110 | 45 |
| Binary | 10100011 | 11010 | 10010000 | 0 | 1010100 | 1100 | 100100 | 100110100 | 1001000 | 100101 |
Color Harmonies of #A31A90
Complementary color
Monochromatic Colors of #A31A90
Black with #A31A90
Text Example
Text Example
White with #A31A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31A90; }
p { color: rgb(163,26,144); }
H1.HeaderClassName
{
color: #A31A90;
}
.AnyTagClassName
{
color: #A31A90;
}
</style>
background-color css
<style>
a { background-color: #A31A90; }
a { background-color: rgb(163,26,144); }
div.DivClassName
{
background-color: #A31A90;
}
.BgClassName
{
background-color: #A31A90;
}
</style>
border-color css
<style>
span { border-color: #A31A90; }
span { border-color: rgb(163,26,144); }
td.TdClassName
{
border-color: #A31A90;
}
.TagClassName
{
border-color: #A31A90;
}
</style>