Shades of Dark Purple #A01C75
Tints of Dark Purple #A01C75
RGB
CMYK
RGB Variations
Color information
#A01C75 (or 0xA01C75) is known color: Dark Purple. HEX triplet: A0, 1C and 75. RGB value is (160,28,117). Sum of RGB (Red+Green+Blue) = 160+28+117=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01C75 is #5FE38A. Grayscale: #4D4D4D. Windows color (decimal): -6284171 or 7675040. OLE color: 7675040.
HSL color Cylindrical-coordinate representation of color #A01C75: hue angle of 319.55º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01C75 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 28 | 117 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.37 |
| HSL | 319.55º | 0.7% | 0.37% | - |
| HSV(B) | 319.55º | 0.83% | 0.63% | - |
| XYZ | 18.12 | 9.59 | 17.73 | - |
| YUV | 77.61 | 150.23 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 117 | 0 | 0.82 | 0.27 | 0.37 | 319.55 | 0.7 | 0.37 |
| Hex | A0 | 1C | 75 | 0 | 52 | 1B | 25 | 140 | 46 | 25 |
| Octal | 240 | 34 | 165 | 0 | 122 | 33 | 45 | 500 | 106 | 45 |
| Binary | 10100000 | 11100 | 1110101 | 0 | 1010010 | 11011 | 100101 | 101000000 | 1000110 | 100101 |
Color Harmonies of #A01C75
Complementary color
Monochromatic Colors of #A01C75
Black with #A01C75
Text Example
Text Example
White with #A01C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01C75; }
p { color: rgb(160,28,117); }
H1.HeaderClassName
{
color: #A01C75;
}
.AnyTagClassName
{
color: #A01C75;
}
</style>
background-color css
<style>
a { background-color: #A01C75; }
a { background-color: rgb(160,28,117); }
div.DivClassName
{
background-color: #A01C75;
}
.BgClassName
{
background-color: #A01C75;
}
</style>
border-color css
<style>
span { border-color: #A01C75; }
span { border-color: rgb(160,28,117); }
td.TdClassName
{
border-color: #A01C75;
}
.TagClassName
{
border-color: #A01C75;
}
</style>