Shades of Dark Purple #A31283
Tints of Dark Purple #A31283
RGB
CMYK
RGB Variations
Color information
#A31283 (or 0xA31283) is known color: Dark Purple. HEX triplet: A3, 12 and 83. RGB value is (163,18,131). Sum of RGB (Red+Green+Blue) = 163+18+131=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A31283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31283 is #5CED7C. Grayscale: #494949. Windows color (decimal): -6090109 or 8589987. OLE color: 8589987.
HSL color Cylindrical-coordinate representation of color #A31283: hue angle of 313.24º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31283 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 18 | 131 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.36 |
| HSL | 313.24º | 0.8% | 0.35% | - |
| HSV(B) | 313.24º | 0.89% | 0.64% | - |
| XYZ | 19.42 | 9.86 | 22.35 | - |
| YUV | 74.24 | 160.04 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 131 | 0 | 0.89 | 0.20 | 0.36 | 313.24 | 0.8 | 0.35 |
| Hex | A3 | 12 | 83 | 0 | 59 | 14 | 24 | 139 | 50 | 23 |
| Octal | 243 | 22 | 203 | 0 | 131 | 24 | 44 | 471 | 120 | 43 |
| Binary | 10100011 | 10010 | 10000011 | 0 | 1011001 | 10100 | 100100 | 100111001 | 1010000 | 100011 |
Color Harmonies of #A31283
Complementary color
Monochromatic Colors of #A31283
Black with #A31283
Text Example
Text Example
White with #A31283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31283; }
p { color: rgb(163,18,131); }
H1.HeaderClassName
{
color: #A31283;
}
.AnyTagClassName
{
color: #A31283;
}
</style>
background-color css
<style>
a { background-color: #A31283; }
a { background-color: rgb(163,18,131); }
div.DivClassName
{
background-color: #A31283;
}
.BgClassName
{
background-color: #A31283;
}
</style>
border-color css
<style>
span { border-color: #A31283; }
span { border-color: rgb(163,18,131); }
td.TdClassName
{
border-color: #A31283;
}
.TagClassName
{
border-color: #A31283;
}
</style>