Shades of Dark Purple #A0247C
Tints of Dark Purple #A0247C
RGB
CMYK
RGB Variations
Color information
#A0247C (or 0xA0247C) is known color: Dark Purple. HEX triplet: A0, 24 and 7C. RGB value is (160,36,124). Sum of RGB (Red+Green+Blue) = 160+36+124=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0247C is #5FDB83. Grayscale: #525252. Windows color (decimal): -6282116 or 8135840. OLE color: 8135840.
HSL color Cylindrical-coordinate representation of color #A0247C: hue angle of 317.42º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0247C is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 124 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.37 |
| HSL | 317.42º | 0.63% | 0.38% | - |
| HSV(B) | 317.42º | 0.78% | 0.63% | - |
| XYZ | 18.77 | 10.19 | 20.05 | - |
| YUV | 83.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 124 | 0 | 0.78 | 0.22 | 0.37 | 317.42 | 0.63 | 0.38 |
| Hex | A0 | 24 | 7C | 0 | 4E | 16 | 25 | 13D | 3F | 26 |
| Octal | 240 | 44 | 174 | 0 | 116 | 26 | 45 | 475 | 77 | 46 |
| Binary | 10100000 | 100100 | 1111100 | 0 | 1001110 | 10110 | 100101 | 100111101 | 111111 | 100110 |
Color Harmonies of #A0247C
Complementary color
Monochromatic Colors of #A0247C
Black with #A0247C
Text Example
Text Example
White with #A0247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0247C; }
p { color: rgb(160,36,124); }
H1.HeaderClassName
{
color: #A0247C;
}
.AnyTagClassName
{
color: #A0247C;
}
</style>
background-color css
<style>
a { background-color: #A0247C; }
a { background-color: rgb(160,36,124); }
div.DivClassName
{
background-color: #A0247C;
}
.BgClassName
{
background-color: #A0247C;
}
</style>
border-color css
<style>
span { border-color: #A0247C; }
span { border-color: rgb(160,36,124); }
td.TdClassName
{
border-color: #A0247C;
}
.TagClassName
{
border-color: #A0247C;
}
</style>