Shades of Dark Purple #A01F7E
Tints of Dark Purple #A01F7E
RGB
CMYK
RGB Variations
Color information
#A01F7E (or 0xA01F7E) is known color: Dark Purple. HEX triplet: A0, 1F and 7E. RGB value is (160,31,126). Sum of RGB (Red+Green+Blue) = 160+31+126=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01F7E is #5FE081. Grayscale: #505050. Windows color (decimal): -6283394 or 8265632. OLE color: 8265632.
HSL color Cylindrical-coordinate representation of color #A01F7E: hue angle of 315.81º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01F7E is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 31 | 126 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.37 |
| HSL | 315.81º | 0.68% | 0.37% | - |
| HSV(B) | 315.81º | 0.81% | 0.63% | - |
| XYZ | 18.75 | 9.96 | 20.67 | - |
| YUV | 80.4 | 153.74 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 126 | 0 | 0.81 | 0.21 | 0.37 | 315.81 | 0.68 | 0.37 |
| Hex | A0 | 1F | 7E | 0 | 51 | 15 | 25 | 13C | 44 | 25 |
| Octal | 240 | 37 | 176 | 0 | 121 | 25 | 45 | 474 | 104 | 45 |
| Binary | 10100000 | 11111 | 1111110 | 0 | 1010001 | 10101 | 100101 | 100111100 | 1000100 | 100101 |
Color Harmonies of #A01F7E
Complementary color
Monochromatic Colors of #A01F7E
Black with #A01F7E
Text Example
Text Example
White with #A01F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01F7E; }
p { color: rgb(160,31,126); }
H1.HeaderClassName
{
color: #A01F7E;
}
.AnyTagClassName
{
color: #A01F7E;
}
</style>
background-color css
<style>
a { background-color: #A01F7E; }
a { background-color: rgb(160,31,126); }
div.DivClassName
{
background-color: #A01F7E;
}
.BgClassName
{
background-color: #A01F7E;
}
</style>
border-color css
<style>
span { border-color: #A01F7E; }
span { border-color: rgb(160,31,126); }
td.TdClassName
{
border-color: #A01F7E;
}
.TagClassName
{
border-color: #A01F7E;
}
</style>