Shades of Dark Orchid #A01FDE
Tints of Dark Orchid #A01FDE
RGB
CMYK
RGB Variations
Color information
#A01FDE (or 0xA01FDE) is known color: Dark Orchid. HEX triplet: A0, 1F and DE. RGB value is (160,31,222). Sum of RGB (Red+Green+Blue) = 160+31+222=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #A01FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FDE is #5FE021. Grayscale: #5A5A5A. Windows color (decimal): -6283298 or 14557088. OLE color: 14557088.
HSL color Cylindrical-coordinate representation of color #A01FDE: hue angle of 280.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01FDE is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 31 | 222 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.13 |
| HSL | 280.52º | 0.75% | 0.5% | - |
| HSV(B) | 280.52º | 0.86% | 0.87% | - |
| XYZ | 28.17 | 13.73 | 70.27 | - |
| YUV | 91.35 | 201.74 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 222 | 0.28 | 0.86 | 0 | 0.13 | 280.52 | 0.75 | 0.5 |
| Hex | A0 | 1F | DE | 1C | 56 | 0 | D | 119 | 4B | 32 |
| Octal | 240 | 37 | 336 | 34 | 126 | 0 | 15 | 431 | 113 | 62 |
| Binary | 10100000 | 11111 | 11011110 | 11100 | 1010110 | 0 | 1101 | 100011001 | 1001011 | 110010 |
Color Harmonies of #A01FDE
Complementary color
Monochromatic Colors of #A01FDE
Black with #A01FDE
Text Example
Text Example
White with #A01FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01FDE; }
p { color: rgb(160,31,222); }
H1.HeaderClassName
{
color: #A01FDE;
}
.AnyTagClassName
{
color: #A01FDE;
}
</style>
background-color css
<style>
a { background-color: #A01FDE; }
a { background-color: rgb(160,31,222); }
div.DivClassName
{
background-color: #A01FDE;
}
.BgClassName
{
background-color: #A01FDE;
}
</style>
border-color css
<style>
span { border-color: #A01FDE; }
span { border-color: rgb(160,31,222); }
td.TdClassName
{
border-color: #A01FDE;
}
.TagClassName
{
border-color: #A01FDE;
}
</style>