Shades of Dark Purple #A0297F
Tints of Dark Purple #A0297F
RGB
CMYK
RGB Variations
Color information
#A0297F (or 0xA0297F) is known color: Dark Purple. HEX triplet: A0, 29 and 7F. RGB value is (160,41,127). Sum of RGB (Red+Green+Blue) = 160+41+127=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A0297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0297F is #5FD680. Grayscale: #565656. Windows color (decimal): -6280833 or 8333728. OLE color: 8333728.
HSL color Cylindrical-coordinate representation of color #A0297F: hue angle of 316.64º 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 #A0297F is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 41 | 127 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.37 |
| HSL | 316.64º | 0.59% | 0.39% | - |
| HSV(B) | 316.64º | 0.74% | 0.63% | - |
| XYZ | 19.12 | 10.59 | 21.12 | - |
| YUV | 86.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 41 | 127 | 0 | 0.74 | 0.21 | 0.37 | 316.64 | 0.59 | 0.39 |
| Hex | A0 | 29 | 7F | 0 | 4A | 15 | 25 | 13D | 3B | 27 |
| Octal | 240 | 51 | 177 | 0 | 112 | 25 | 45 | 475 | 73 | 47 |
| Binary | 10100000 | 101001 | 1111111 | 0 | 1001010 | 10101 | 100101 | 100111101 | 111011 | 100111 |
Color Harmonies of #A0297F
Complementary color
Monochromatic Colors of #A0297F
Black with #A0297F
Text Example
Text Example
White with #A0297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0297F; }
p { color: rgb(160,41,127); }
H1.HeaderClassName
{
color: #A0297F;
}
.AnyTagClassName
{
color: #A0297F;
}
</style>
background-color css
<style>
a { background-color: #A0297F; }
a { background-color: rgb(160,41,127); }
div.DivClassName
{
background-color: #A0297F;
}
.BgClassName
{
background-color: #A0297F;
}
</style>
border-color css
<style>
span { border-color: #A0297F; }
span { border-color: rgb(160,41,127); }
td.TdClassName
{
border-color: #A0297F;
}
.TagClassName
{
border-color: #A0297F;
}
</style>