Shades of Dark Purple #A02282
Tints of Dark Purple #A02282
RGB
CMYK
RGB Variations
Color information
#A02282 (or 0xA02282) is known color: Dark Purple. HEX triplet: A0, 22 and 82. RGB value is (160,34,130). Sum of RGB (Red+Green+Blue) = 160+34+130=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A02282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02282 is #5FDD7D. Grayscale: #525252. Windows color (decimal): -6282622 or 8528544. OLE color: 8528544.
HSL color Cylindrical-coordinate representation of color #A02282: hue angle of 314.29º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02282 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 130 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.37 |
| HSL | 314.29º | 0.65% | 0.38% | - |
| HSV(B) | 314.29º | 0.79% | 0.63% | - |
| XYZ | 19.1 | 10.23 | 22.09 | - |
| YUV | 82.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 130 | 0 | 0.79 | 0.19 | 0.37 | 314.29 | 0.65 | 0.38 |
| Hex | A0 | 22 | 82 | 0 | 4F | 13 | 25 | 13A | 41 | 26 |
| Octal | 240 | 42 | 202 | 0 | 117 | 23 | 45 | 472 | 101 | 46 |
| Binary | 10100000 | 100010 | 10000010 | 0 | 1001111 | 10011 | 100101 | 100111010 | 1000001 | 100110 |
Color Harmonies of #A02282
Complementary color
Monochromatic Colors of #A02282
Black with #A02282
Text Example
Text Example
White with #A02282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02282; }
p { color: rgb(160,34,130); }
H1.HeaderClassName
{
color: #A02282;
}
.AnyTagClassName
{
color: #A02282;
}
</style>
background-color css
<style>
a { background-color: #A02282; }
a { background-color: rgb(160,34,130); }
div.DivClassName
{
background-color: #A02282;
}
.BgClassName
{
background-color: #A02282;
}
</style>
border-color css
<style>
span { border-color: #A02282; }
span { border-color: rgb(160,34,130); }
td.TdClassName
{
border-color: #A02282;
}
.TagClassName
{
border-color: #A02282;
}
</style>