Shades of Dark Orchid #A01DBD
Tints of Dark Orchid #A01DBD
RGB
CMYK
RGB Variations
Color information
#A01DBD (or 0xA01DBD) is known color: Dark Orchid. HEX triplet: A0, 1D and BD. RGB value is (160,29,189). Sum of RGB (Red+Green+Blue) = 160+29+189=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #A01DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DBD is #5FE242. Grayscale: #555555. Windows color (decimal): -6283843 or 12393888. OLE color: 12393888.
HSL color Cylindrical-coordinate representation of color #A01DBD: hue angle of 289.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01DBD is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 29 | 189 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.26 |
| HSL | 289.13º | 0.73% | 0.43% | - |
| HSV(B) | 289.13º | 0.85% | 0.74% | - |
| XYZ | 24.12 | 12.03 | 49.19 | - |
| YUV | 86.41 | 185.9 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 189 | 0.15 | 0.85 | 0 | 0.26 | 289.13 | 0.73 | 0.43 |
| Hex | A0 | 1D | BD | F | 55 | 0 | 1A | 121 | 49 | 2B |
| Octal | 240 | 35 | 275 | 17 | 125 | 0 | 32 | 441 | 111 | 53 |
| Binary | 10100000 | 11101 | 10111101 | 1111 | 1010101 | 0 | 11010 | 100100001 | 1001001 | 101011 |
Color Harmonies of #A01DBD
Complementary color
Monochromatic Colors of #A01DBD
Black with #A01DBD
Text Example
Text Example
White with #A01DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01DBD; }
p { color: rgb(160,29,189); }
H1.HeaderClassName
{
color: #A01DBD;
}
.AnyTagClassName
{
color: #A01DBD;
}
</style>
background-color css
<style>
a { background-color: #A01DBD; }
a { background-color: rgb(160,29,189); }
div.DivClassName
{
background-color: #A01DBD;
}
.BgClassName
{
background-color: #A01DBD;
}
</style>
border-color css
<style>
span { border-color: #A01DBD; }
span { border-color: rgb(160,29,189); }
td.TdClassName
{
border-color: #A01DBD;
}
.TagClassName
{
border-color: #A01DBD;
}
</style>