Shades of Dark Purple #A31081
Tints of Dark Purple #A31081
RGB
CMYK
RGB Variations
Color information
#A31081 (or 0xA31081) is known color: Dark Purple. HEX triplet: A3, 10 and 81. RGB value is (163,16,129). Sum of RGB (Red+Green+Blue) = 163+16+129=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A31081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31081 is #5CEF7E. Grayscale: #484848. Windows color (decimal): -6090623 or 8458403. OLE color: 8458403.
HSL color Cylindrical-coordinate representation of color #A31081: hue angle of 313.88º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31081 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 16 | 129 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.36 |
| HSL | 313.88º | 0.82% | 0.35% | - |
| HSV(B) | 313.88º | 0.9% | 0.64% | - |
| XYZ | 19.25 | 9.74 | 21.63 | - |
| YUV | 72.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 129 | 0 | 0.90 | 0.21 | 0.36 | 313.88 | 0.82 | 0.35 |
| Hex | A3 | 10 | 81 | 0 | 5A | 15 | 24 | 13A | 52 | 23 |
| Octal | 243 | 20 | 201 | 0 | 132 | 25 | 44 | 472 | 122 | 43 |
| Binary | 10100011 | 10000 | 10000001 | 0 | 1011010 | 10101 | 100100 | 100111010 | 1010010 | 100011 |
Color Harmonies of #A31081
Complementary color
Monochromatic Colors of #A31081
Black with #A31081
Text Example
Text Example
White with #A31081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31081; }
p { color: rgb(163,16,129); }
H1.HeaderClassName
{
color: #A31081;
}
.AnyTagClassName
{
color: #A31081;
}
</style>
background-color css
<style>
a { background-color: #A31081; }
a { background-color: rgb(163,16,129); }
div.DivClassName
{
background-color: #A31081;
}
.BgClassName
{
background-color: #A31081;
}
</style>
border-color css
<style>
span { border-color: #A31081; }
span { border-color: rgb(163,16,129); }
td.TdClassName
{
border-color: #A31081;
}
.TagClassName
{
border-color: #A31081;
}
</style>