Shades of Dark Purple #A02082
Tints of Dark Purple #A02082
RGB
CMYK
RGB Variations
Color information
#A02082 (or 0xA02082) is known color: Dark Purple. HEX triplet: A0, 20 and 82. RGB value is (160,32,130). Sum of RGB (Red+Green+Blue) = 160+32+130=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A02082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02082 is #5FDF7D. Grayscale: #515151. Windows color (decimal): -6283134 or 8528032. OLE color: 8528032.
HSL color Cylindrical-coordinate representation of color #A02082: hue angle of 314.06º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02082 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 130 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.37 |
| HSL | 314.06º | 0.67% | 0.38% | - |
| HSV(B) | 314.06º | 0.8% | 0.63% | - |
| XYZ | 19.04 | 10.12 | 22.07 | - |
| YUV | 81.44 | 155.41 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 130 | 0 | 0.80 | 0.19 | 0.37 | 314.06 | 0.67 | 0.38 |
| Hex | A0 | 20 | 82 | 0 | 50 | 13 | 25 | 13A | 43 | 26 |
| Octal | 240 | 40 | 202 | 0 | 120 | 23 | 45 | 472 | 103 | 46 |
| Binary | 10100000 | 100000 | 10000010 | 0 | 1010000 | 10011 | 100101 | 100111010 | 1000011 | 100110 |
Color Harmonies of #A02082
Complementary color
Monochromatic Colors of #A02082
Black with #A02082
Text Example
Text Example
White with #A02082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02082; }
p { color: rgb(160,32,130); }
H1.HeaderClassName
{
color: #A02082;
}
.AnyTagClassName
{
color: #A02082;
}
</style>
background-color css
<style>
a { background-color: #A02082; }
a { background-color: rgb(160,32,130); }
div.DivClassName
{
background-color: #A02082;
}
.BgClassName
{
background-color: #A02082;
}
</style>
border-color css
<style>
span { border-color: #A02082; }
span { border-color: rgb(160,32,130); }
td.TdClassName
{
border-color: #A02082;
}
.TagClassName
{
border-color: #A02082;
}
</style>