Shades of Dark Purple #A0257D
Tints of Dark Purple #A0257D
RGB
CMYK
RGB Variations
Color information
#A0257D (or 0xA0257D) is known color: Dark Purple. HEX triplet: A0, 25 and 7D. RGB value is (160,37,125). Sum of RGB (Red+Green+Blue) = 160+37+125=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0257D is #5FDA82. Grayscale: #535353. Windows color (decimal): -6281859 or 8201632. OLE color: 8201632.
HSL color Cylindrical-coordinate representation of color #A0257D: hue angle of 317.07º 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 #A0257D is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 125 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.37 |
| HSL | 317.07º | 0.62% | 0.39% | - |
| HSV(B) | 317.07º | 0.77% | 0.63% | - |
| XYZ | 18.86 | 10.28 | 20.39 | - |
| YUV | 83.81 | 151.25 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 125 | 0 | 0.77 | 0.22 | 0.37 | 317.07 | 0.62 | 0.39 |
| Hex | A0 | 25 | 7D | 0 | 4D | 16 | 25 | 13D | 3E | 27 |
| Octal | 240 | 45 | 175 | 0 | 115 | 26 | 45 | 475 | 76 | 47 |
| Binary | 10100000 | 100101 | 1111101 | 0 | 1001101 | 10110 | 100101 | 100111101 | 111110 | 100111 |
Color Harmonies of #A0257D
Complementary color
Monochromatic Colors of #A0257D
Black with #A0257D
Text Example
Text Example
White with #A0257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0257D; }
p { color: rgb(160,37,125); }
H1.HeaderClassName
{
color: #A0257D;
}
.AnyTagClassName
{
color: #A0257D;
}
</style>
background-color css
<style>
a { background-color: #A0257D; }
a { background-color: rgb(160,37,125); }
div.DivClassName
{
background-color: #A0257D;
}
.BgClassName
{
background-color: #A0257D;
}
</style>
border-color css
<style>
span { border-color: #A0257D; }
span { border-color: rgb(160,37,125); }
td.TdClassName
{
border-color: #A0257D;
}
.TagClassName
{
border-color: #A0257D;
}
</style>