Shades of Dark Orchid #A01AB9
Tints of Dark Orchid #A01AB9
RGB
CMYK
RGB Variations
Color information
#A01AB9 (or 0xA01AB9) is known color: Dark Orchid. HEX triplet: A0, 1A and B9. RGB value is (160,26,185). Sum of RGB (Red+Green+Blue) = 160+26+185=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #A01AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01AB9 is #5FE546. Grayscale: #535353. Windows color (decimal): -6284615 or 12130976. OLE color: 12130976.
HSL color Cylindrical-coordinate representation of color #A01AB9: hue angle of 290.57º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01AB9 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 26 | 185 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.27 |
| HSL | 290.57º | 0.75% | 0.41% | - |
| HSV(B) | 290.57º | 0.86% | 0.73% | - |
| XYZ | 23.62 | 11.72 | 46.92 | - |
| YUV | 84.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 185 | 0.14 | 0.86 | 0 | 0.27 | 290.57 | 0.75 | 0.41 |
| Hex | A0 | 1A | B9 | E | 56 | 0 | 1B | 123 | 4B | 29 |
| Octal | 240 | 32 | 271 | 16 | 126 | 0 | 33 | 443 | 113 | 51 |
| Binary | 10100000 | 11010 | 10111001 | 1110 | 1010110 | 0 | 11011 | 100100011 | 1001011 | 101001 |
Color Harmonies of #A01AB9
Complementary color
Monochromatic Colors of #A01AB9
Black with #A01AB9
Text Example
Text Example
White with #A01AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01AB9; }
p { color: rgb(160,26,185); }
H1.HeaderClassName
{
color: #A01AB9;
}
.AnyTagClassName
{
color: #A01AB9;
}
</style>
background-color css
<style>
a { background-color: #A01AB9; }
a { background-color: rgb(160,26,185); }
div.DivClassName
{
background-color: #A01AB9;
}
.BgClassName
{
background-color: #A01AB9;
}
</style>
border-color css
<style>
span { border-color: #A01AB9; }
span { border-color: rgb(160,26,185); }
td.TdClassName
{
border-color: #A01AB9;
}
.TagClassName
{
border-color: #A01AB9;
}
</style>