Shades of Dark Purple #A02C94
Tints of Dark Purple #A02C94
RGB
CMYK
RGB Variations
Color information
#A02C94 (or 0xA02C94) is known color: Dark Purple. HEX triplet: A0, 2C and 94. RGB value is (160,44,148). Sum of RGB (Red+Green+Blue) = 160+44+148=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C94 is #5FD36B. Grayscale: #5A5A5A. Windows color (decimal): -6280044 or 9710752. OLE color: 9710752.
HSL color Cylindrical-coordinate representation of color #A02C94: hue angle of 306.21º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02C94 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 148 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.37 |
| HSL | 306.21º | 0.57% | 0.4% | - |
| HSV(B) | 306.21º | 0.73% | 0.63% | - |
| XYZ | 20.74 | 11.41 | 29.13 | - |
| YUV | 90.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 148 | 0 | 0.72 | 0.07 | 0.37 | 306.21 | 0.57 | 0.4 |
| Hex | A0 | 2C | 94 | 0 | 48 | 7 | 25 | 132 | 39 | 28 |
| Octal | 240 | 54 | 224 | 0 | 110 | 7 | 45 | 462 | 71 | 50 |
| Binary | 10100000 | 101100 | 10010100 | 0 | 1001000 | 111 | 100101 | 100110010 | 111001 | 101000 |
Color Harmonies of #A02C94
Complementary color
Monochromatic Colors of #A02C94
Black with #A02C94
Text Example
Text Example
White with #A02C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C94; }
p { color: rgb(160,44,148); }
H1.HeaderClassName
{
color: #A02C94;
}
.AnyTagClassName
{
color: #A02C94;
}
</style>
background-color css
<style>
a { background-color: #A02C94; }
a { background-color: rgb(160,44,148); }
div.DivClassName
{
background-color: #A02C94;
}
.BgClassName
{
background-color: #A02C94;
}
</style>
border-color css
<style>
span { border-color: #A02C94; }
span { border-color: rgb(160,44,148); }
td.TdClassName
{
border-color: #A02C94;
}
.TagClassName
{
border-color: #A02C94;
}
</style>