Shades of Dark Purple #A02382
Tints of Dark Purple #A02382
RGB
CMYK
RGB Variations
Color information
#A02382 (or 0xA02382) is known color: Dark Purple. HEX triplet: A0, 23 and 82. RGB value is (160,35,130). Sum of RGB (Red+Green+Blue) = 160+35+130=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A02382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02382 is #5FDC7D. Grayscale: #525252. Windows color (decimal): -6282366 or 8528800. OLE color: 8528800.
HSL color Cylindrical-coordinate representation of color #A02382: hue angle of 314.4º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02382 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 130 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.37 |
| HSL | 314.4º | 0.64% | 0.38% | - |
| HSV(B) | 314.4º | 0.78% | 0.63% | - |
| XYZ | 19.13 | 10.29 | 22.1 | - |
| YUV | 83.21 | 154.41 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 130 | 0 | 0.78 | 0.19 | 0.37 | 314.4 | 0.64 | 0.38 |
| Hex | A0 | 23 | 82 | 0 | 4E | 13 | 25 | 13A | 40 | 26 |
| Octal | 240 | 43 | 202 | 0 | 116 | 23 | 45 | 472 | 100 | 46 |
| Binary | 10100000 | 100011 | 10000010 | 0 | 1001110 | 10011 | 100101 | 100111010 | 1000000 | 100110 |
Color Harmonies of #A02382
Complementary color
Monochromatic Colors of #A02382
Black with #A02382
Text Example
Text Example
White with #A02382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02382; }
p { color: rgb(160,35,130); }
H1.HeaderClassName
{
color: #A02382;
}
.AnyTagClassName
{
color: #A02382;
}
</style>
background-color css
<style>
a { background-color: #A02382; }
a { background-color: rgb(160,35,130); }
div.DivClassName
{
background-color: #A02382;
}
.BgClassName
{
background-color: #A02382;
}
</style>
border-color css
<style>
span { border-color: #A02382; }
span { border-color: rgb(160,35,130); }
td.TdClassName
{
border-color: #A02382;
}
.TagClassName
{
border-color: #A02382;
}
</style>