Shades of Dark Orchid #A01ABB
Tints of Dark Orchid #A01ABB
RGB
CMYK
RGB Variations
Color information
#A01ABB (or 0xA01ABB) is known color: Dark Orchid. HEX triplet: A0, 1A and BB. RGB value is (160,26,187). Sum of RGB (Red+Green+Blue) = 160+26+187=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #A01ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01ABB is #5FE544. Grayscale: #535353. Windows color (decimal): -6284613 or 12262048. OLE color: 12262048.
HSL color Cylindrical-coordinate representation of color #A01ABB: hue angle of 289.94º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01ABB is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 26 | 187 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.27 |
| HSL | 289.94º | 0.76% | 0.42% | - |
| HSV(B) | 289.94º | 0.86% | 0.73% | - |
| XYZ | 23.84 | 11.8 | 48.04 | - |
| YUV | 84.42 | 185.89 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 187 | 0.14 | 0.86 | 0 | 0.27 | 289.94 | 0.76 | 0.42 |
| Hex | A0 | 1A | BB | E | 56 | 0 | 1B | 122 | 4C | 2A |
| Octal | 240 | 32 | 273 | 16 | 126 | 0 | 33 | 442 | 114 | 52 |
| Binary | 10100000 | 11010 | 10111011 | 1110 | 1010110 | 0 | 11011 | 100100010 | 1001100 | 101010 |
Color Harmonies of #A01ABB
Complementary color
Monochromatic Colors of #A01ABB
Black with #A01ABB
Text Example
Text Example
White with #A01ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01ABB; }
p { color: rgb(160,26,187); }
H1.HeaderClassName
{
color: #A01ABB;
}
.AnyTagClassName
{
color: #A01ABB;
}
</style>
background-color css
<style>
a { background-color: #A01ABB; }
a { background-color: rgb(160,26,187); }
div.DivClassName
{
background-color: #A01ABB;
}
.BgClassName
{
background-color: #A01ABB;
}
</style>
border-color css
<style>
span { border-color: #A01ABB; }
span { border-color: rgb(160,26,187); }
td.TdClassName
{
border-color: #A01ABB;
}
.TagClassName
{
border-color: #A01ABB;
}
</style>