Shades of Dark Orchid #A01FD1
Tints of Dark Orchid #A01FD1
RGB
CMYK
RGB Variations
Color information
#A01FD1 (or 0xA01FD1) is known color: Dark Orchid. HEX triplet: A0, 1F and D1. RGB value is (160,31,209). Sum of RGB (Red+Green+Blue) = 160+31+209=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #A01FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FD1 is #5FE02E. Grayscale: #595959. Windows color (decimal): -6283311 or 13705120. OLE color: 13705120.
HSL color Cylindrical-coordinate representation of color #A01FD1: hue angle of 283.48º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01FD1 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 31 | 209 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.18 |
| HSL | 283.48º | 0.74% | 0.47% | - |
| HSV(B) | 283.48º | 0.85% | 0.82% | - |
| XYZ | 26.5 | 13.06 | 61.45 | - |
| YUV | 89.86 | 195.24 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 209 | 0.23 | 0.85 | 0 | 0.18 | 283.48 | 0.74 | 0.47 |
| Hex | A0 | 1F | D1 | 17 | 55 | 0 | 12 | 11B | 4A | 2F |
| Octal | 240 | 37 | 321 | 27 | 125 | 0 | 22 | 433 | 112 | 57 |
| Binary | 10100000 | 11111 | 11010001 | 10111 | 1010101 | 0 | 10010 | 100011011 | 1001010 | 101111 |
Color Harmonies of #A01FD1
Complementary color
Monochromatic Colors of #A01FD1
Black with #A01FD1
Text Example
Text Example
White with #A01FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01FD1; }
p { color: rgb(160,31,209); }
H1.HeaderClassName
{
color: #A01FD1;
}
.AnyTagClassName
{
color: #A01FD1;
}
</style>
background-color css
<style>
a { background-color: #A01FD1; }
a { background-color: rgb(160,31,209); }
div.DivClassName
{
background-color: #A01FD1;
}
.BgClassName
{
background-color: #A01FD1;
}
</style>
border-color css
<style>
span { border-color: #A01FD1; }
span { border-color: rgb(160,31,209); }
td.TdClassName
{
border-color: #A01FD1;
}
.TagClassName
{
border-color: #A01FD1;
}
</style>