Shades of Dark Purple #A01B7A
Tints of Dark Purple #A01B7A
RGB
CMYK
RGB Variations
Color information
#A01B7A (or 0xA01B7A) is known color: Dark Purple. HEX triplet: A0, 1B and 7A. RGB value is (160,27,122). Sum of RGB (Red+Green+Blue) = 160+27+122=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01B7A is #5FE485. Grayscale: #4D4D4D. Windows color (decimal): -6284422 or 8002464. OLE color: 8002464.
HSL color Cylindrical-coordinate representation of color #A01B7A: hue angle of 317.14º 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 #A01B7A is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 27 | 122 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.37 |
| HSL | 317.14º | 0.71% | 0.37% | - |
| HSV(B) | 317.14º | 0.83% | 0.63% | - |
| XYZ | 18.4 | 9.66 | 19.31 | - |
| YUV | 77.6 | 153.06 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 122 | 0 | 0.83 | 0.24 | 0.37 | 317.14 | 0.71 | 0.37 |
| Hex | A0 | 1B | 7A | 0 | 53 | 18 | 25 | 13D | 47 | 25 |
| Octal | 240 | 33 | 172 | 0 | 123 | 30 | 45 | 475 | 107 | 45 |
| Binary | 10100000 | 11011 | 1111010 | 0 | 1010011 | 11000 | 100101 | 100111101 | 1000111 | 100101 |
Color Harmonies of #A01B7A
Complementary color
Monochromatic Colors of #A01B7A
Black with #A01B7A
Text Example
Text Example
White with #A01B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01B7A; }
p { color: rgb(160,27,122); }
H1.HeaderClassName
{
color: #A01B7A;
}
.AnyTagClassName
{
color: #A01B7A;
}
</style>
background-color css
<style>
a { background-color: #A01B7A; }
a { background-color: rgb(160,27,122); }
div.DivClassName
{
background-color: #A01B7A;
}
.BgClassName
{
background-color: #A01B7A;
}
</style>
border-color css
<style>
span { border-color: #A01B7A; }
span { border-color: rgb(160,27,122); }
td.TdClassName
{
border-color: #A01B7A;
}
.TagClassName
{
border-color: #A01B7A;
}
</style>