Shades of Dark Purple #A0237E
Tints of Dark Purple #A0237E
RGB
CMYK
RGB Variations
Color information
#A0237E (or 0xA0237E) is known color: Dark Purple. HEX triplet: A0, 23 and 7E. RGB value is (160,35,126). Sum of RGB (Red+Green+Blue) = 160+35+126=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0237E is #5FDC81. Grayscale: #525252. Windows color (decimal): -6282370 or 8266656. OLE color: 8266656.
HSL color Cylindrical-coordinate representation of color #A0237E: hue angle of 316.32º 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 #A0237E is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 126 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.37 |
| HSL | 316.32º | 0.64% | 0.38% | - |
| HSV(B) | 316.32º | 0.78% | 0.63% | - |
| XYZ | 18.86 | 10.18 | 20.71 | - |
| YUV | 82.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 126 | 0 | 0.78 | 0.21 | 0.37 | 316.32 | 0.64 | 0.38 |
| Hex | A0 | 23 | 7E | 0 | 4E | 15 | 25 | 13C | 40 | 26 |
| Octal | 240 | 43 | 176 | 0 | 116 | 25 | 45 | 474 | 100 | 46 |
| Binary | 10100000 | 100011 | 1111110 | 0 | 1001110 | 10101 | 100101 | 100111100 | 1000000 | 100110 |
Color Harmonies of #A0237E
Complementary color
Monochromatic Colors of #A0237E
Black with #A0237E
Text Example
Text Example
White with #A0237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0237E; }
p { color: rgb(160,35,126); }
H1.HeaderClassName
{
color: #A0237E;
}
.AnyTagClassName
{
color: #A0237E;
}
</style>
background-color css
<style>
a { background-color: #A0237E; }
a { background-color: rgb(160,35,126); }
div.DivClassName
{
background-color: #A0237E;
}
.BgClassName
{
background-color: #A0237E;
}
</style>
border-color css
<style>
span { border-color: #A0237E; }
span { border-color: rgb(160,35,126); }
td.TdClassName
{
border-color: #A0237E;
}
.TagClassName
{
border-color: #A0237E;
}
</style>