Shades of Dark Orchid #A01DBE
Tints of Dark Orchid #A01DBE
RGB
CMYK
RGB Variations
Color information
#A01DBE (or 0xA01DBE) is known color: Dark Orchid. HEX triplet: A0, 1D and BE. RGB value is (160,29,190). Sum of RGB (Red+Green+Blue) = 160+29+190=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #A01DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DBE is #5FE241. Grayscale: #565656. Windows color (decimal): -6283842 or 12459424. OLE color: 12459424.
HSL color Cylindrical-coordinate representation of color #A01DBE: hue angle of 288.82º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01DBE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 29 | 190 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.25 |
| HSL | 288.82º | 0.74% | 0.43% | - |
| HSV(B) | 288.82º | 0.85% | 0.75% | - |
| XYZ | 24.23 | 12.07 | 49.77 | - |
| YUV | 86.52 | 186.4 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 190 | 0.16 | 0.85 | 0 | 0.25 | 288.82 | 0.74 | 0.43 |
| Hex | A0 | 1D | BE | 10 | 55 | 0 | 19 | 121 | 4A | 2B |
| Octal | 240 | 35 | 276 | 20 | 125 | 0 | 31 | 441 | 112 | 53 |
| Binary | 10100000 | 11101 | 10111110 | 10000 | 1010101 | 0 | 11001 | 100100001 | 1001010 | 101011 |
Color Harmonies of #A01DBE
Complementary color
Monochromatic Colors of #A01DBE
Black with #A01DBE
Text Example
Text Example
White with #A01DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01DBE; }
p { color: rgb(160,29,190); }
H1.HeaderClassName
{
color: #A01DBE;
}
.AnyTagClassName
{
color: #A01DBE;
}
</style>
background-color css
<style>
a { background-color: #A01DBE; }
a { background-color: rgb(160,29,190); }
div.DivClassName
{
background-color: #A01DBE;
}
.BgClassName
{
background-color: #A01DBE;
}
</style>
border-color css
<style>
span { border-color: #A01DBE; }
span { border-color: rgb(160,29,190); }
td.TdClassName
{
border-color: #A01DBE;
}
.TagClassName
{
border-color: #A01DBE;
}
</style>