Shades of Dark Purple #A0298B
Tints of Dark Purple #A0298B
RGB
CMYK
RGB Variations
Color information
#A0298B (or 0xA0298B) is known color: Dark Purple. HEX triplet: A0, 29 and 8B. RGB value is (160,41,139). Sum of RGB (Red+Green+Blue) = 160+41+139=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0298B is #5FD674. Grayscale: #575757. Windows color (decimal): -6280821 or 9120160. OLE color: 9120160.
HSL color Cylindrical-coordinate representation of color #A0298B: hue angle of 310.59º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0298B is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 41 | 139 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.37 |
| HSL | 310.59º | 0.59% | 0.39% | - |
| HSV(B) | 310.59º | 0.74% | 0.63% | - |
| XYZ | 19.95 | 10.92 | 25.48 | - |
| YUV | 87.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 41 | 139 | 0 | 0.74 | 0.13 | 0.37 | 310.59 | 0.59 | 0.39 |
| Hex | A0 | 29 | 8B | 0 | 4A | D | 25 | 137 | 3B | 27 |
| Octal | 240 | 51 | 213 | 0 | 112 | 15 | 45 | 467 | 73 | 47 |
| Binary | 10100000 | 101001 | 10001011 | 0 | 1001010 | 1101 | 100101 | 100110111 | 111011 | 100111 |
Color Harmonies of #A0298B
Complementary color
Monochromatic Colors of #A0298B
Black with #A0298B
Text Example
Text Example
White with #A0298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0298B; }
p { color: rgb(160,41,139); }
H1.HeaderClassName
{
color: #A0298B;
}
.AnyTagClassName
{
color: #A0298B;
}
</style>
background-color css
<style>
a { background-color: #A0298B; }
a { background-color: rgb(160,41,139); }
div.DivClassName
{
background-color: #A0298B;
}
.BgClassName
{
background-color: #A0298B;
}
</style>
border-color css
<style>
span { border-color: #A0298B; }
span { border-color: rgb(160,41,139); }
td.TdClassName
{
border-color: #A0298B;
}
.TagClassName
{
border-color: #A0298B;
}
</style>