Shades of Dark Purple #A01A8C
Tints of Dark Purple #A01A8C
RGB
CMYK
RGB Variations
Color information
#A01A8C (or 0xA01A8C) is known color: Dark Purple. HEX triplet: A0, 1A and 8C. RGB value is (160,26,140). Sum of RGB (Red+Green+Blue) = 160+26+140=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01A8C is #5FE573. Grayscale: #4E4E4E. Windows color (decimal): -6284660 or 9181856. OLE color: 9181856.
HSL color Cylindrical-coordinate representation of color #A01A8C: hue angle of 308.96º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01A8C is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 26 | 140 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.37 |
| HSL | 308.96º | 0.72% | 0.36% | - |
| HSV(B) | 308.96º | 0.84% | 0.63% | - |
| XYZ | 19.6 | 10.11 | 25.73 | - |
| YUV | 79.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 140 | 0 | 0.84 | 0.12 | 0.37 | 308.96 | 0.72 | 0.36 |
| Hex | A0 | 1A | 8C | 0 | 54 | C | 25 | 135 | 48 | 24 |
| Octal | 240 | 32 | 214 | 0 | 124 | 14 | 45 | 465 | 110 | 44 |
| Binary | 10100000 | 11010 | 10001100 | 0 | 1010100 | 1100 | 100101 | 100110101 | 1001000 | 100100 |
Color Harmonies of #A01A8C
Complementary color
Monochromatic Colors of #A01A8C
Black with #A01A8C
Text Example
Text Example
White with #A01A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01A8C; }
p { color: rgb(160,26,140); }
H1.HeaderClassName
{
color: #A01A8C;
}
.AnyTagClassName
{
color: #A01A8C;
}
</style>
background-color css
<style>
a { background-color: #A01A8C; }
a { background-color: rgb(160,26,140); }
div.DivClassName
{
background-color: #A01A8C;
}
.BgClassName
{
background-color: #A01A8C;
}
</style>
border-color css
<style>
span { border-color: #A01A8C; }
span { border-color: rgb(160,26,140); }
td.TdClassName
{
border-color: #A01A8C;
}
.TagClassName
{
border-color: #A01A8C;
}
</style>