Shades of Dark Purple #A0238D
Tints of Dark Purple #A0238D
RGB
CMYK
RGB Variations
Color information
#A0238D (or 0xA0238D) is known color: Dark Purple. HEX triplet: A0, 23 and 8D. RGB value is (160,35,141). Sum of RGB (Red+Green+Blue) = 160+35+141=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0238D is #5FDC72. Grayscale: #545454. Windows color (decimal): -6282355 or 9249696. OLE color: 9249696.
HSL color Cylindrical-coordinate representation of color #A0238D: hue angle of 309.12º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0238D is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 141 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.37 |
| HSL | 309.12º | 0.64% | 0.38% | - |
| HSV(B) | 309.12º | 0.78% | 0.63% | - |
| XYZ | 19.91 | 10.6 | 26.2 | - |
| YUV | 84.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 141 | 0 | 0.78 | 0.12 | 0.37 | 309.12 | 0.64 | 0.38 |
| Hex | A0 | 23 | 8D | 0 | 4E | C | 25 | 135 | 40 | 26 |
| Octal | 240 | 43 | 215 | 0 | 116 | 14 | 45 | 465 | 100 | 46 |
| Binary | 10100000 | 100011 | 10001101 | 0 | 1001110 | 1100 | 100101 | 100110101 | 1000000 | 100110 |
Color Harmonies of #A0238D
Complementary color
Monochromatic Colors of #A0238D
Black with #A0238D
Text Example
Text Example
White with #A0238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0238D; }
p { color: rgb(160,35,141); }
H1.HeaderClassName
{
color: #A0238D;
}
.AnyTagClassName
{
color: #A0238D;
}
</style>
background-color css
<style>
a { background-color: #A0238D; }
a { background-color: rgb(160,35,141); }
div.DivClassName
{
background-color: #A0238D;
}
.BgClassName
{
background-color: #A0238D;
}
</style>
border-color css
<style>
span { border-color: #A0238D; }
span { border-color: rgb(160,35,141); }
td.TdClassName
{
border-color: #A0238D;
}
.TagClassName
{
border-color: #A0238D;
}
</style>