Shades of Dark Purple #A0258C
Tints of Dark Purple #A0258C
RGB
CMYK
RGB Variations
Color information
#A0258C (or 0xA0258C) is known color: Dark Purple. HEX triplet: A0, 25 and 8C. RGB value is (160,37,140). Sum of RGB (Red+Green+Blue) = 160+37+140=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0258C is #5FDA73. Grayscale: #555555. Windows color (decimal): -6281844 or 9184672. OLE color: 9184672.
HSL color Cylindrical-coordinate representation of color #A0258C: hue angle of 309.76º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0258C is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 140 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.37 |
| HSL | 309.76º | 0.62% | 0.39% | - |
| HSV(B) | 309.76º | 0.77% | 0.63% | - |
| XYZ | 19.89 | 10.69 | 25.83 | - |
| YUV | 85.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 140 | 0 | 0.77 | 0.12 | 0.37 | 309.76 | 0.62 | 0.39 |
| Hex | A0 | 25 | 8C | 0 | 4D | C | 25 | 136 | 3E | 27 |
| Octal | 240 | 45 | 214 | 0 | 115 | 14 | 45 | 466 | 76 | 47 |
| Binary | 10100000 | 100101 | 10001100 | 0 | 1001101 | 1100 | 100101 | 100110110 | 111110 | 100111 |
Color Harmonies of #A0258C
Complementary color
Monochromatic Colors of #A0258C
Black with #A0258C
Text Example
Text Example
White with #A0258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0258C; }
p { color: rgb(160,37,140); }
H1.HeaderClassName
{
color: #A0258C;
}
.AnyTagClassName
{
color: #A0258C;
}
</style>
background-color css
<style>
a { background-color: #A0258C; }
a { background-color: rgb(160,37,140); }
div.DivClassName
{
background-color: #A0258C;
}
.BgClassName
{
background-color: #A0258C;
}
</style>
border-color css
<style>
span { border-color: #A0258C; }
span { border-color: rgb(160,37,140); }
td.TdClassName
{
border-color: #A0258C;
}
.TagClassName
{
border-color: #A0258C;
}
</style>