Shades of Dark Orchid #A01DBB
Tints of Dark Orchid #A01DBB
RGB
CMYK
RGB Variations
Color information
#A01DBB (or 0xA01DBB) is known color: Dark Orchid. HEX triplet: A0, 1D and BB. RGB value is (160,29,187). Sum of RGB (Red+Green+Blue) = 160+29+187=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #A01DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DBB is #5FE244. Grayscale: #555555. Windows color (decimal): -6283845 or 12262816. OLE color: 12262816.
HSL color Cylindrical-coordinate representation of color #A01DBB: hue angle of 289.75º 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 #A01DBB is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 29 | 187 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.27 |
| HSL | 289.75º | 0.73% | 0.42% | - |
| HSV(B) | 289.75º | 0.84% | 0.73% | - |
| XYZ | 23.91 | 11.94 | 48.06 | - |
| YUV | 86.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 187 | 0.14 | 0.84 | 0 | 0.27 | 289.75 | 0.73 | 0.42 |
| Hex | A0 | 1D | BB | E | 54 | 0 | 1B | 122 | 49 | 2A |
| Octal | 240 | 35 | 273 | 16 | 124 | 0 | 33 | 442 | 111 | 52 |
| Binary | 10100000 | 11101 | 10111011 | 1110 | 1010100 | 0 | 11011 | 100100010 | 1001001 | 101010 |
Color Harmonies of #A01DBB
Complementary color
Monochromatic Colors of #A01DBB
Black with #A01DBB
Text Example
Text Example
White with #A01DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01DBB; }
p { color: rgb(160,29,187); }
H1.HeaderClassName
{
color: #A01DBB;
}
.AnyTagClassName
{
color: #A01DBB;
}
</style>
background-color css
<style>
a { background-color: #A01DBB; }
a { background-color: rgb(160,29,187); }
div.DivClassName
{
background-color: #A01DBB;
}
.BgClassName
{
background-color: #A01DBB;
}
</style>
border-color css
<style>
span { border-color: #A01DBB; }
span { border-color: rgb(160,29,187); }
td.TdClassName
{
border-color: #A01DBB;
}
.TagClassName
{
border-color: #A01DBB;
}
</style>