Shades of Dark Purple #A0257E
Tints of Dark Purple #A0257E
RGB
CMYK
RGB Variations
Color information
#A0257E (or 0xA0257E) is known color: Dark Purple. HEX triplet: A0, 25 and 7E. RGB value is (160,37,126). Sum of RGB (Red+Green+Blue) = 160+37+126=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0257E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0257E is #5FDA81. Grayscale: #535353. Windows color (decimal): -6281858 or 8267168. OLE color: 8267168.
HSL color Cylindrical-coordinate representation of color #A0257E: hue angle of 316.59º 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 #A0257E is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 126 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.37 |
| HSL | 316.59º | 0.62% | 0.39% | - |
| HSV(B) | 316.59º | 0.77% | 0.63% | - |
| XYZ | 18.92 | 10.3 | 20.73 | - |
| YUV | 83.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 126 | 0 | 0.77 | 0.21 | 0.37 | 316.59 | 0.62 | 0.39 |
| Hex | A0 | 25 | 7E | 0 | 4D | 15 | 25 | 13D | 3E | 27 |
| Octal | 240 | 45 | 176 | 0 | 115 | 25 | 45 | 475 | 76 | 47 |
| Binary | 10100000 | 100101 | 1111110 | 0 | 1001101 | 10101 | 100101 | 100111101 | 111110 | 100111 |
Color Harmonies of #A0257E
Complementary color
Monochromatic Colors of #A0257E
Black with #A0257E
Text Example
Text Example
White with #A0257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0257E; }
p { color: rgb(160,37,126); }
H1.HeaderClassName
{
color: #A0257E;
}
.AnyTagClassName
{
color: #A0257E;
}
</style>
background-color css
<style>
a { background-color: #A0257E; }
a { background-color: rgb(160,37,126); }
div.DivClassName
{
background-color: #A0257E;
}
.BgClassName
{
background-color: #A0257E;
}
</style>
border-color css
<style>
span { border-color: #A0257E; }
span { border-color: rgb(160,37,126); }
td.TdClassName
{
border-color: #A0257E;
}
.TagClassName
{
border-color: #A0257E;
}
</style>