Shades of Dark Purple #A02779
Tints of Dark Purple #A02779
RGB
CMYK
RGB Variations
Color information
#A02779 (or 0xA02779) is known color: Dark Purple. HEX triplet: A0, 27 and 79. RGB value is (160,39,121). Sum of RGB (Red+Green+Blue) = 160+39+121=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A02779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02779 is #5FD886. Grayscale: #545454. Windows color (decimal): -6281351 or 7940000. OLE color: 7940000.
HSL color Cylindrical-coordinate representation of color #A02779: hue angle of 319.34º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02779 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 121 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.37 |
| HSL | 319.34º | 0.61% | 0.39% | - |
| HSV(B) | 319.34º | 0.76% | 0.63% | - |
| XYZ | 18.67 | 10.31 | 19.09 | - |
| YUV | 84.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 121 | 0 | 0.76 | 0.24 | 0.37 | 319.34 | 0.61 | 0.39 |
| Hex | A0 | 27 | 79 | 0 | 4C | 18 | 25 | 13F | 3D | 27 |
| Octal | 240 | 47 | 171 | 0 | 114 | 30 | 45 | 477 | 75 | 47 |
| Binary | 10100000 | 100111 | 1111001 | 0 | 1001100 | 11000 | 100101 | 100111111 | 111101 | 100111 |
Color Harmonies of #A02779
Complementary color
Monochromatic Colors of #A02779
Black with #A02779
Text Example
Text Example
White with #A02779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02779; }
p { color: rgb(160,39,121); }
H1.HeaderClassName
{
color: #A02779;
}
.AnyTagClassName
{
color: #A02779;
}
</style>
background-color css
<style>
a { background-color: #A02779; }
a { background-color: rgb(160,39,121); }
div.DivClassName
{
background-color: #A02779;
}
.BgClassName
{
background-color: #A02779;
}
</style>
border-color css
<style>
span { border-color: #A02779; }
span { border-color: rgb(160,39,121); }
td.TdClassName
{
border-color: #A02779;
}
.TagClassName
{
border-color: #A02779;
}
</style>