Shades of Dark Purple #A01282
Tints of Dark Purple #A01282
RGB
CMYK
RGB Variations
Color information
#A01282 (or 0xA01282) is known color: Dark Purple. HEX triplet: A0, 12 and 82. RGB value is (160,18,130). Sum of RGB (Red+Green+Blue) = 160+18+130=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A01282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01282 is #5FED7D. Grayscale: #484848. Windows color (decimal): -6286718 or 8524448. OLE color: 8524448.
HSL color Cylindrical-coordinate representation of color #A01282: hue angle of 312.68º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01282 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 18 | 130 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.37 |
| HSL | 312.68º | 0.8% | 0.35% | - |
| HSV(B) | 312.68º | 0.89% | 0.63% | - |
| XYZ | 18.74 | 9.52 | 21.97 | - |
| YUV | 73.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 130 | 0 | 0.89 | 0.19 | 0.37 | 312.68 | 0.8 | 0.35 |
| Hex | A0 | 12 | 82 | 0 | 59 | 13 | 25 | 139 | 50 | 23 |
| Octal | 240 | 22 | 202 | 0 | 131 | 23 | 45 | 471 | 120 | 43 |
| Binary | 10100000 | 10010 | 10000010 | 0 | 1011001 | 10011 | 100101 | 100111001 | 1010000 | 100011 |
Color Harmonies of #A01282
Complementary color
Monochromatic Colors of #A01282
Black with #A01282
Text Example
Text Example
White with #A01282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01282; }
p { color: rgb(160,18,130); }
H1.HeaderClassName
{
color: #A01282;
}
.AnyTagClassName
{
color: #A01282;
}
</style>
background-color css
<style>
a { background-color: #A01282; }
a { background-color: rgb(160,18,130); }
div.DivClassName
{
background-color: #A01282;
}
.BgClassName
{
background-color: #A01282;
}
</style>
border-color css
<style>
span { border-color: #A01282; }
span { border-color: rgb(160,18,130); }
td.TdClassName
{
border-color: #A01282;
}
.TagClassName
{
border-color: #A01282;
}
</style>