Shades of Dark Purple #A0278C
Tints of Dark Purple #A0278C
RGB
CMYK
RGB Variations
Color information
#A0278C (or 0xA0278C) is known color: Dark Purple. HEX triplet: A0, 27 and 8C. RGB value is (160,39,140). Sum of RGB (Red+Green+Blue) = 160+39+140=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0278C is #5FD873. Grayscale: #565656. Windows color (decimal): -6281332 or 9185184. OLE color: 9185184.
HSL color Cylindrical-coordinate representation of color #A0278C: hue angle of 309.92º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0278C is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 140 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.37 |
| HSL | 309.92º | 0.61% | 0.39% | - |
| HSV(B) | 309.92º | 0.76% | 0.63% | - |
| XYZ | 19.96 | 10.82 | 25.85 | - |
| YUV | 86.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 140 | 0 | 0.76 | 0.12 | 0.37 | 309.92 | 0.61 | 0.39 |
| Hex | A0 | 27 | 8C | 0 | 4C | C | 25 | 136 | 3D | 27 |
| Octal | 240 | 47 | 214 | 0 | 114 | 14 | 45 | 466 | 75 | 47 |
| Binary | 10100000 | 100111 | 10001100 | 0 | 1001100 | 1100 | 100101 | 100110110 | 111101 | 100111 |
Color Harmonies of #A0278C
Complementary color
Monochromatic Colors of #A0278C
Black with #A0278C
Text Example
Text Example
White with #A0278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0278C; }
p { color: rgb(160,39,140); }
H1.HeaderClassName
{
color: #A0278C;
}
.AnyTagClassName
{
color: #A0278C;
}
</style>
background-color css
<style>
a { background-color: #A0278C; }
a { background-color: rgb(160,39,140); }
div.DivClassName
{
background-color: #A0278C;
}
.BgClassName
{
background-color: #A0278C;
}
</style>
border-color css
<style>
span { border-color: #A0278C; }
span { border-color: rgb(160,39,140); }
td.TdClassName
{
border-color: #A0278C;
}
.TagClassName
{
border-color: #A0278C;
}
</style>