Shades of Dark Purple #A01F92
Tints of Dark Purple #A01F92
RGB
CMYK
RGB Variations
Color information
#A01F92 (or 0xA01F92) is known color: Dark Purple. HEX triplet: A0, 1F and 92. RGB value is (160,31,146). Sum of RGB (Red+Green+Blue) = 160+31+146=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01F92 is #5FE06D. Grayscale: #525252. Windows color (decimal): -6283374 or 9576352. OLE color: 9576352.
HSL color Cylindrical-coordinate representation of color #A01F92: hue angle of 306.51º 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 #A01F92 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 31 | 146 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.37 |
| HSL | 306.51º | 0.68% | 0.37% | - |
| HSV(B) | 306.51º | 0.81% | 0.63% | - |
| XYZ | 20.18 | 10.53 | 28.16 | - |
| YUV | 82.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 146 | 0 | 0.81 | 0.09 | 0.37 | 306.51 | 0.68 | 0.37 |
| Hex | A0 | 1F | 92 | 0 | 51 | 9 | 25 | 133 | 44 | 25 |
| Octal | 240 | 37 | 222 | 0 | 121 | 11 | 45 | 463 | 104 | 45 |
| Binary | 10100000 | 11111 | 10010010 | 0 | 1010001 | 1001 | 100101 | 100110011 | 1000100 | 100101 |
Color Harmonies of #A01F92
Complementary color
Monochromatic Colors of #A01F92
Black with #A01F92
Text Example
Text Example
White with #A01F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01F92; }
p { color: rgb(160,31,146); }
H1.HeaderClassName
{
color: #A01F92;
}
.AnyTagClassName
{
color: #A01F92;
}
</style>
background-color css
<style>
a { background-color: #A01F92; }
a { background-color: rgb(160,31,146); }
div.DivClassName
{
background-color: #A01F92;
}
.BgClassName
{
background-color: #A01F92;
}
</style>
border-color css
<style>
span { border-color: #A01F92; }
span { border-color: rgb(160,31,146); }
td.TdClassName
{
border-color: #A01F92;
}
.TagClassName
{
border-color: #A01F92;
}
</style>