Shades of Dark Orchid #A01DBA
Tints of Dark Orchid #A01DBA
RGB
CMYK
RGB Variations
Color information
#A01DBA (or 0xA01DBA) is known color: Dark Orchid. HEX triplet: A0, 1D and BA. RGB value is (160,29,186). Sum of RGB (Red+Green+Blue) = 160+29+186=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #A01DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DBA is #5FE245. Grayscale: #555555. Windows color (decimal): -6283846 or 12197280. OLE color: 12197280.
HSL color Cylindrical-coordinate representation of color #A01DBA: hue angle of 290.06º 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 #A01DBA is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 29 | 186 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.27 |
| HSL | 290.06º | 0.73% | 0.42% | - |
| HSV(B) | 290.06º | 0.84% | 0.73% | - |
| XYZ | 23.8 | 11.9 | 47.5 | - |
| YUV | 86.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 186 | 0.14 | 0.84 | 0 | 0.27 | 290.06 | 0.73 | 0.42 |
| Hex | A0 | 1D | BA | E | 54 | 0 | 1B | 122 | 49 | 2A |
| Octal | 240 | 35 | 272 | 16 | 124 | 0 | 33 | 442 | 111 | 52 |
| Binary | 10100000 | 11101 | 10111010 | 1110 | 1010100 | 0 | 11011 | 100100010 | 1001001 | 101010 |
Color Harmonies of #A01DBA
Complementary color
Monochromatic Colors of #A01DBA
Black with #A01DBA
Text Example
Text Example
White with #A01DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01DBA; }
p { color: rgb(160,29,186); }
H1.HeaderClassName
{
color: #A01DBA;
}
.AnyTagClassName
{
color: #A01DBA;
}
</style>
background-color css
<style>
a { background-color: #A01DBA; }
a { background-color: rgb(160,29,186); }
div.DivClassName
{
background-color: #A01DBA;
}
.BgClassName
{
background-color: #A01DBA;
}
</style>
border-color css
<style>
span { border-color: #A01DBA; }
span { border-color: rgb(160,29,186); }
td.TdClassName
{
border-color: #A01DBA;
}
.TagClassName
{
border-color: #A01DBA;
}
</style>