Shades of Dark Purple #A0257A
Tints of Dark Purple #A0257A
RGB
CMYK
RGB Variations
Color information
#A0257A (or 0xA0257A) is known color: Dark Purple. HEX triplet: A0, 25 and 7A. RGB value is (160,37,122). Sum of RGB (Red+Green+Blue) = 160+37+122=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0257A is #5FDA85. Grayscale: #535353. Windows color (decimal): -6281862 or 8005024. OLE color: 8005024.
HSL color Cylindrical-coordinate representation of color #A0257A: hue angle of 318.54º 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 #A0257A is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 122 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.37 |
| HSL | 318.54º | 0.62% | 0.39% | - |
| HSV(B) | 318.54º | 0.77% | 0.63% | - |
| XYZ | 18.67 | 10.2 | 19.4 | - |
| YUV | 83.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 122 | 0 | 0.77 | 0.24 | 0.37 | 318.54 | 0.62 | 0.39 |
| Hex | A0 | 25 | 7A | 0 | 4D | 18 | 25 | 13F | 3E | 27 |
| Octal | 240 | 45 | 172 | 0 | 115 | 30 | 45 | 477 | 76 | 47 |
| Binary | 10100000 | 100101 | 1111010 | 0 | 1001101 | 11000 | 100101 | 100111111 | 111110 | 100111 |
Color Harmonies of #A0257A
Complementary color
Monochromatic Colors of #A0257A
Black with #A0257A
Text Example
Text Example
White with #A0257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0257A; }
p { color: rgb(160,37,122); }
H1.HeaderClassName
{
color: #A0257A;
}
.AnyTagClassName
{
color: #A0257A;
}
</style>
background-color css
<style>
a { background-color: #A0257A; }
a { background-color: rgb(160,37,122); }
div.DivClassName
{
background-color: #A0257A;
}
.BgClassName
{
background-color: #A0257A;
}
</style>
border-color css
<style>
span { border-color: #A0257A; }
span { border-color: rgb(160,37,122); }
td.TdClassName
{
border-color: #A0257A;
}
.TagClassName
{
border-color: #A0257A;
}
</style>