Shades of Dark Purple #A0237B
Tints of Dark Purple #A0237B
RGB
CMYK
RGB Variations
Color information
#A0237B (or 0xA0237B) is known color: Dark Purple. HEX triplet: A0, 23 and 7B. RGB value is (160,35,123). Sum of RGB (Red+Green+Blue) = 160+35+123=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0237B is #5FDC84. Grayscale: #525252. Windows color (decimal): -6282373 or 8070048. OLE color: 8070048.
HSL color Cylindrical-coordinate representation of color #A0237B: hue angle of 317.76º 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 #A0237B is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 123 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.37 |
| HSL | 317.76º | 0.64% | 0.38% | - |
| HSV(B) | 317.76º | 0.78% | 0.63% | - |
| XYZ | 18.67 | 10.11 | 19.71 | - |
| YUV | 82.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 123 | 0 | 0.78 | 0.23 | 0.37 | 317.76 | 0.64 | 0.38 |
| Hex | A0 | 23 | 7B | 0 | 4E | 17 | 25 | 13E | 40 | 26 |
| Octal | 240 | 43 | 173 | 0 | 116 | 27 | 45 | 476 | 100 | 46 |
| Binary | 10100000 | 100011 | 1111011 | 0 | 1001110 | 10111 | 100101 | 100111110 | 1000000 | 100110 |
Color Harmonies of #A0237B
Complementary color
Monochromatic Colors of #A0237B
Black with #A0237B
Text Example
Text Example
White with #A0237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0237B; }
p { color: rgb(160,35,123); }
H1.HeaderClassName
{
color: #A0237B;
}
.AnyTagClassName
{
color: #A0237B;
}
</style>
background-color css
<style>
a { background-color: #A0237B; }
a { background-color: rgb(160,35,123); }
div.DivClassName
{
background-color: #A0237B;
}
.BgClassName
{
background-color: #A0237B;
}
</style>
border-color css
<style>
span { border-color: #A0237B; }
span { border-color: rgb(160,35,123); }
td.TdClassName
{
border-color: #A0237B;
}
.TagClassName
{
border-color: #A0237B;
}
</style>