Shades of Dark Purple #A01B7E
Tints of Dark Purple #A01B7E
RGB
CMYK
RGB Variations
Color information
#A01B7E (or 0xA01B7E) is known color: Dark Purple. HEX triplet: A0, 1B and 7E. RGB value is (160,27,126). Sum of RGB (Red+Green+Blue) = 160+27+126=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01B7E is #5FE481. Grayscale: #4D4D4D. Windows color (decimal): -6284418 or 8264608. OLE color: 8264608.
HSL color Cylindrical-coordinate representation of color #A01B7E: hue angle of 315.34º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01B7E is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 27 | 126 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.37 |
| HSL | 315.34º | 0.71% | 0.37% | - |
| HSV(B) | 315.34º | 0.83% | 0.63% | - |
| XYZ | 18.66 | 9.76 | 20.64 | - |
| YUV | 78.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 126 | 0 | 0.83 | 0.21 | 0.37 | 315.34 | 0.71 | 0.37 |
| Hex | A0 | 1B | 7E | 0 | 53 | 15 | 25 | 13B | 47 | 25 |
| Octal | 240 | 33 | 176 | 0 | 123 | 25 | 45 | 473 | 107 | 45 |
| Binary | 10100000 | 11011 | 1111110 | 0 | 1010011 | 10101 | 100101 | 100111011 | 1000111 | 100101 |
Color Harmonies of #A01B7E
Complementary color
Monochromatic Colors of #A01B7E
Black with #A01B7E
Text Example
Text Example
White with #A01B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01B7E; }
p { color: rgb(160,27,126); }
H1.HeaderClassName
{
color: #A01B7E;
}
.AnyTagClassName
{
color: #A01B7E;
}
</style>
background-color css
<style>
a { background-color: #A01B7E; }
a { background-color: rgb(160,27,126); }
div.DivClassName
{
background-color: #A01B7E;
}
.BgClassName
{
background-color: #A01B7E;
}
</style>
border-color css
<style>
span { border-color: #A01B7E; }
span { border-color: rgb(160,27,126); }
td.TdClassName
{
border-color: #A01B7E;
}
.TagClassName
{
border-color: #A01B7E;
}
</style>