Shades of Dark Orchid #A01DB9
Tints of Dark Orchid #A01DB9
RGB
CMYK
RGB Variations
Color information
#A01DB9 (or 0xA01DB9) is known color: Dark Orchid. HEX triplet: A0, 1D and B9. RGB value is (160,29,185). Sum of RGB (Red+Green+Blue) = 160+29+185=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #A01DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DB9 is #5FE246. Grayscale: #555555. Windows color (decimal): -6283847 or 12131744. OLE color: 12131744.
HSL color Cylindrical-coordinate representation of color #A01DB9: hue angle of 290.38º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01DB9 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 29 | 185 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.27 |
| HSL | 290.38º | 0.73% | 0.42% | - |
| HSV(B) | 290.38º | 0.84% | 0.73% | - |
| XYZ | 23.69 | 11.86 | 46.94 | - |
| YUV | 85.95 | 183.9 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 185 | 0.14 | 0.84 | 0 | 0.27 | 290.38 | 0.73 | 0.42 |
| Hex | A0 | 1D | B9 | E | 54 | 0 | 1B | 122 | 49 | 2A |
| Octal | 240 | 35 | 271 | 16 | 124 | 0 | 33 | 442 | 111 | 52 |
| Binary | 10100000 | 11101 | 10111001 | 1110 | 1010100 | 0 | 11011 | 100100010 | 1001001 | 101010 |
Color Harmonies of #A01DB9
Complementary color
Monochromatic Colors of #A01DB9
Black with #A01DB9
Text Example
Text Example
White with #A01DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01DB9; }
p { color: rgb(160,29,185); }
H1.HeaderClassName
{
color: #A01DB9;
}
.AnyTagClassName
{
color: #A01DB9;
}
</style>
background-color css
<style>
a { background-color: #A01DB9; }
a { background-color: rgb(160,29,185); }
div.DivClassName
{
background-color: #A01DB9;
}
.BgClassName
{
background-color: #A01DB9;
}
</style>
border-color css
<style>
span { border-color: #A01DB9; }
span { border-color: rgb(160,29,185); }
td.TdClassName
{
border-color: #A01DB9;
}
.TagClassName
{
border-color: #A01DB9;
}
</style>