Shades of Dark Purple #A0248C
Tints of Dark Purple #A0248C
RGB
CMYK
RGB Variations
Color information
#A0248C (or 0xA0248C) is known color: Dark Purple. HEX triplet: A0, 24 and 8C. RGB value is (160,36,140). Sum of RGB (Red+Green+Blue) = 160+36+140=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0248C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0248C is #5FDB73. Grayscale: #545454. Windows color (decimal): -6282100 or 9184416. OLE color: 9184416.
HSL color Cylindrical-coordinate representation of color #A0248C: hue angle of 309.68º 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 #A0248C is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 140 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.37 |
| HSL | 309.68º | 0.63% | 0.38% | - |
| HSV(B) | 309.68º | 0.78% | 0.63% | - |
| XYZ | 19.86 | 10.63 | 25.82 | - |
| YUV | 84.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 140 | 0 | 0.78 | 0.12 | 0.37 | 309.68 | 0.63 | 0.38 |
| Hex | A0 | 24 | 8C | 0 | 4E | C | 25 | 136 | 3F | 26 |
| Octal | 240 | 44 | 214 | 0 | 116 | 14 | 45 | 466 | 77 | 46 |
| Binary | 10100000 | 100100 | 10001100 | 0 | 1001110 | 1100 | 100101 | 100110110 | 111111 | 100110 |
Color Harmonies of #A0248C
Complementary color
Monochromatic Colors of #A0248C
Black with #A0248C
Text Example
Text Example
White with #A0248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0248C; }
p { color: rgb(160,36,140); }
H1.HeaderClassName
{
color: #A0248C;
}
.AnyTagClassName
{
color: #A0248C;
}
</style>
background-color css
<style>
a { background-color: #A0248C; }
a { background-color: rgb(160,36,140); }
div.DivClassName
{
background-color: #A0248C;
}
.BgClassName
{
background-color: #A0248C;
}
</style>
border-color css
<style>
span { border-color: #A0248C; }
span { border-color: rgb(160,36,140); }
td.TdClassName
{
border-color: #A0248C;
}
.TagClassName
{
border-color: #A0248C;
}
</style>