Shades of Dark Purple #A01883
Tints of Dark Purple #A01883
RGB
CMYK
RGB Variations
Color information
#A01883 (or 0xA01883) is known color: Dark Purple. HEX triplet: A0, 18 and 83. RGB value is (160,24,131). Sum of RGB (Red+Green+Blue) = 160+24+131=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A01883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01883 is #5FE77C. Grayscale: #4C4C4C. Windows color (decimal): -6285181 or 8591520. OLE color: 8591520.
HSL color Cylindrical-coordinate representation of color #A01883: hue angle of 312.79º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01883 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 131 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.37 |
| HSL | 312.79º | 0.74% | 0.36% | - |
| HSV(B) | 312.79º | 0.85% | 0.63% | - |
| XYZ | 18.92 | 9.77 | 22.36 | - |
| YUV | 76.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 131 | 0 | 0.85 | 0.18 | 0.37 | 312.79 | 0.74 | 0.36 |
| Hex | A0 | 18 | 83 | 0 | 55 | 12 | 25 | 139 | 4A | 24 |
| Octal | 240 | 30 | 203 | 0 | 125 | 22 | 45 | 471 | 112 | 44 |
| Binary | 10100000 | 11000 | 10000011 | 0 | 1010101 | 10010 | 100101 | 100111001 | 1001010 | 100100 |
Color Harmonies of #A01883
Complementary color
Monochromatic Colors of #A01883
Black with #A01883
Text Example
Text Example
White with #A01883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01883; }
p { color: rgb(160,24,131); }
H1.HeaderClassName
{
color: #A01883;
}
.AnyTagClassName
{
color: #A01883;
}
</style>
background-color css
<style>
a { background-color: #A01883; }
a { background-color: rgb(160,24,131); }
div.DivClassName
{
background-color: #A01883;
}
.BgClassName
{
background-color: #A01883;
}
</style>
border-color css
<style>
span { border-color: #A01883; }
span { border-color: rgb(160,24,131); }
td.TdClassName
{
border-color: #A01883;
}
.TagClassName
{
border-color: #A01883;
}
</style>