Shades of Dark Purple #A0239A
Tints of Dark Purple #A0239A
RGB
CMYK
RGB Variations
Color information
#A0239A (or 0xA0239A) is known color: Dark Purple. HEX triplet: A0, 23 and 9A. RGB value is (160,35,154). Sum of RGB (Red+Green+Blue) = 160+35+154=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0239A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0239A is #5FDC65. Grayscale: #555555. Windows color (decimal): -6282342 or 10101664. OLE color: 10101664.
HSL color Cylindrical-coordinate representation of color #A0239A: hue angle of 302.88º 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 #A0239A is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 154 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.37 |
| HSL | 302.88º | 0.64% | 0.38% | - |
| HSV(B) | 302.88º | 0.78% | 0.63% | - |
| XYZ | 20.93 | 11.01 | 31.59 | - |
| YUV | 85.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 154 | 0 | 0.78 | 0.04 | 0.37 | 302.88 | 0.64 | 0.38 |
| Hex | A0 | 23 | 9A | 0 | 4E | 4 | 25 | 12F | 40 | 26 |
| Octal | 240 | 43 | 232 | 0 | 116 | 4 | 45 | 457 | 100 | 46 |
| Binary | 10100000 | 100011 | 10011010 | 0 | 1001110 | 100 | 100101 | 100101111 | 1000000 | 100110 |
Color Harmonies of #A0239A
Complementary color
Monochromatic Colors of #A0239A
Black with #A0239A
Text Example
Text Example
White with #A0239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0239A; }
p { color: rgb(160,35,154); }
H1.HeaderClassName
{
color: #A0239A;
}
.AnyTagClassName
{
color: #A0239A;
}
</style>
background-color css
<style>
a { background-color: #A0239A; }
a { background-color: rgb(160,35,154); }
div.DivClassName
{
background-color: #A0239A;
}
.BgClassName
{
background-color: #A0239A;
}
</style>
border-color css
<style>
span { border-color: #A0239A; }
span { border-color: rgb(160,35,154); }
td.TdClassName
{
border-color: #A0239A;
}
.TagClassName
{
border-color: #A0239A;
}
</style>