Shades of Dark Purple #A01082
Tints of Dark Purple #A01082
RGB
CMYK
RGB Variations
Color information
#A01082 (or 0xA01082) is known color: Dark Purple. HEX triplet: A0, 10 and 82. RGB value is (160,16,130). Sum of RGB (Red+Green+Blue) = 160+16+130=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A01082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01082 is #5FEF7D. Grayscale: #474747. Windows color (decimal): -6287230 or 8523936. OLE color: 8523936.
HSL color Cylindrical-coordinate representation of color #A01082: hue angle of 312.5º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01082 is Cyan = 0, Magento = 0.9, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 130 | - |
| CMYK | 0 | 0.9 | 0.19 | 0.37 |
| HSL | 312.5º | 0.82% | 0.35% | - |
| HSV(B) | 312.5º | 0.9% | 0.63% | - |
| XYZ | 18.71 | 9.46 | 21.96 | - |
| YUV | 72.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 130 | 0 | 0.9 | 0.19 | 0.37 | 312.5 | 0.82 | 0.35 |
| Hex | A0 | 10 | 82 | 0 | 5A | 13 | 25 | 138 | 52 | 23 |
| Octal | 240 | 20 | 202 | 0 | 132 | 23 | 45 | 470 | 122 | 43 |
| Binary | 10100000 | 10000 | 10000010 | 0 | 1011010 | 10011 | 100101 | 100111000 | 1010010 | 100011 |
Color Harmonies of #A01082
Complementary color
Monochromatic Colors of #A01082
Black with #A01082
Text Example
Text Example
White with #A01082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01082; }
p { color: rgb(160,16,130); }
H1.HeaderClassName
{
color: #A01082;
}
.AnyTagClassName
{
color: #A01082;
}
</style>
background-color css
<style>
a { background-color: #A01082; }
a { background-color: rgb(160,16,130); }
div.DivClassName
{
background-color: #A01082;
}
.BgClassName
{
background-color: #A01082;
}
</style>
border-color css
<style>
span { border-color: #A01082; }
span { border-color: rgb(160,16,130); }
td.TdClassName
{
border-color: #A01082;
}
.TagClassName
{
border-color: #A01082;
}
</style>