Shades of Dark Purple #A02579
Tints of Dark Purple #A02579
RGB
CMYK
RGB Variations
Color information
#A02579 (or 0xA02579) is known color: Dark Purple. HEX triplet: A0, 25 and 79. RGB value is (160,37,121). Sum of RGB (Red+Green+Blue) = 160+37+121=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A02579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02579 is #5FDA86. Grayscale: #535353. Windows color (decimal): -6281863 or 7939488. OLE color: 7939488.
HSL color Cylindrical-coordinate representation of color #A02579: hue angle of 319.02º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02579 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 121 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.37 |
| HSL | 319.02º | 0.62% | 0.39% | - |
| HSV(B) | 319.02º | 0.77% | 0.63% | - |
| XYZ | 18.61 | 10.18 | 19.07 | - |
| YUV | 83.35 | 149.25 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 121 | 0 | 0.77 | 0.24 | 0.37 | 319.02 | 0.62 | 0.39 |
| Hex | A0 | 25 | 79 | 0 | 4D | 18 | 25 | 13F | 3E | 27 |
| Octal | 240 | 45 | 171 | 0 | 115 | 30 | 45 | 477 | 76 | 47 |
| Binary | 10100000 | 100101 | 1111001 | 0 | 1001101 | 11000 | 100101 | 100111111 | 111110 | 100111 |
Color Harmonies of #A02579
Complementary color
Monochromatic Colors of #A02579
Black with #A02579
Text Example
Text Example
White with #A02579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02579; }
p { color: rgb(160,37,121); }
H1.HeaderClassName
{
color: #A02579;
}
.AnyTagClassName
{
color: #A02579;
}
</style>
background-color css
<style>
a { background-color: #A02579; }
a { background-color: rgb(160,37,121); }
div.DivClassName
{
background-color: #A02579;
}
.BgClassName
{
background-color: #A02579;
}
</style>
border-color css
<style>
span { border-color: #A02579; }
span { border-color: rgb(160,37,121); }
td.TdClassName
{
border-color: #A02579;
}
.TagClassName
{
border-color: #A02579;
}
</style>