Shades of Dark Purple #A31183
Tints of Dark Purple #A31183
RGB
CMYK
RGB Variations
Color information
#A31183 (or 0xA31183) is known color: Dark Purple. HEX triplet: A3, 11 and 83. RGB value is (163,17,131). Sum of RGB (Red+Green+Blue) = 163+17+131=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A31183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31183 is #5CEE7C. Grayscale: #494949. Windows color (decimal): -6090365 or 8589731. OLE color: 8589731.
HSL color Cylindrical-coordinate representation of color #A31183: hue angle of 313.15º degrees, saturation: 0.81, 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 #A31183 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 131 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.36 |
| HSL | 313.15º | 0.81% | 0.35% | - |
| HSV(B) | 313.15º | 0.9% | 0.64% | - |
| XYZ | 19.4 | 9.83 | 22.35 | - |
| YUV | 73.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 131 | 0 | 0.90 | 0.20 | 0.36 | 313.15 | 0.81 | 0.35 |
| Hex | A3 | 11 | 83 | 0 | 5A | 14 | 24 | 139 | 51 | 23 |
| Octal | 243 | 21 | 203 | 0 | 132 | 24 | 44 | 471 | 121 | 43 |
| Binary | 10100011 | 10001 | 10000011 | 0 | 1011010 | 10100 | 100100 | 100111001 | 1010001 | 100011 |
Color Harmonies of #A31183
Complementary color
Monochromatic Colors of #A31183
Black with #A31183
Text Example
Text Example
White with #A31183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31183; }
p { color: rgb(163,17,131); }
H1.HeaderClassName
{
color: #A31183;
}
.AnyTagClassName
{
color: #A31183;
}
</style>
background-color css
<style>
a { background-color: #A31183; }
a { background-color: rgb(163,17,131); }
div.DivClassName
{
background-color: #A31183;
}
.BgClassName
{
background-color: #A31183;
}
</style>
border-color css
<style>
span { border-color: #A31183; }
span { border-color: rgb(163,17,131); }
td.TdClassName
{
border-color: #A31183;
}
.TagClassName
{
border-color: #A31183;
}
</style>