Shades of Dark Orchid #A01FD0
Tints of Dark Orchid #A01FD0
RGB
CMYK
RGB Variations
Color information
#A01FD0 (or 0xA01FD0) is known color: Dark Orchid. HEX triplet: A0, 1F and D0. RGB value is (160,31,208). Sum of RGB (Red+Green+Blue) = 160+31+208=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #A01FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FD0 is #5FE02F. Grayscale: #595959. Windows color (decimal): -6283312 or 13639584. OLE color: 13639584.
HSL color Cylindrical-coordinate representation of color #A01FD0: hue angle of 283.73º 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 #A01FD0 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 31 | 208 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.18 |
| HSL | 283.73º | 0.74% | 0.47% | - |
| HSV(B) | 283.73º | 0.85% | 0.82% | - |
| XYZ | 26.37 | 13.01 | 60.8 | - |
| YUV | 89.75 | 194.74 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 208 | 0.23 | 0.85 | 0 | 0.18 | 283.73 | 0.74 | 0.47 |
| Hex | A0 | 1F | D0 | 17 | 55 | 0 | 12 | 11C | 4A | 2F |
| Octal | 240 | 37 | 320 | 27 | 125 | 0 | 22 | 434 | 112 | 57 |
| Binary | 10100000 | 11111 | 11010000 | 10111 | 1010101 | 0 | 10010 | 100011100 | 1001010 | 101111 |
Color Harmonies of #A01FD0
Complementary color
Monochromatic Colors of #A01FD0
Black with #A01FD0
Text Example
Text Example
White with #A01FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01FD0; }
p { color: rgb(160,31,208); }
H1.HeaderClassName
{
color: #A01FD0;
}
.AnyTagClassName
{
color: #A01FD0;
}
</style>
background-color css
<style>
a { background-color: #A01FD0; }
a { background-color: rgb(160,31,208); }
div.DivClassName
{
background-color: #A01FD0;
}
.BgClassName
{
background-color: #A01FD0;
}
</style>
border-color css
<style>
span { border-color: #A01FD0; }
span { border-color: rgb(160,31,208); }
td.TdClassName
{
border-color: #A01FD0;
}
.TagClassName
{
border-color: #A01FD0;
}
</style>