Shades of Dark Orchid #A01FC1
Tints of Dark Orchid #A01FC1
RGB
CMYK
RGB Variations
Color information
#A01FC1 (or 0xA01FC1) is known color: Dark Orchid. HEX triplet: A0, 1F and C1. RGB value is (160,31,193). Sum of RGB (Red+Green+Blue) = 160+31+193=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #A01FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FC1 is #5FE03E. Grayscale: #575757. Windows color (decimal): -6283327 or 12656544. OLE color: 12656544.
HSL color Cylindrical-coordinate representation of color #A01FC1: hue angle of 287.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01FC1 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 31 | 193 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.24 |
| HSL | 287.78º | 0.72% | 0.44% | - |
| HSV(B) | 287.78º | 0.84% | 0.76% | - |
| XYZ | 24.61 | 12.3 | 51.53 | - |
| YUV | 88.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 193 | 0.17 | 0.84 | 0 | 0.24 | 287.78 | 0.72 | 0.44 |
| Hex | A0 | 1F | C1 | 11 | 54 | 0 | 18 | 120 | 48 | 2C |
| Octal | 240 | 37 | 301 | 21 | 124 | 0 | 30 | 440 | 110 | 54 |
| Binary | 10100000 | 11111 | 11000001 | 10001 | 1010100 | 0 | 11000 | 100100000 | 1001000 | 101100 |
Color Harmonies of #A01FC1
Complementary color
Monochromatic Colors of #A01FC1
Black with #A01FC1
Text Example
Text Example
White with #A01FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01FC1; }
p { color: rgb(160,31,193); }
H1.HeaderClassName
{
color: #A01FC1;
}
.AnyTagClassName
{
color: #A01FC1;
}
</style>
background-color css
<style>
a { background-color: #A01FC1; }
a { background-color: rgb(160,31,193); }
div.DivClassName
{
background-color: #A01FC1;
}
.BgClassName
{
background-color: #A01FC1;
}
</style>
border-color css
<style>
span { border-color: #A01FC1; }
span { border-color: rgb(160,31,193); }
td.TdClassName
{
border-color: #A01FC1;
}
.TagClassName
{
border-color: #A01FC1;
}
</style>