Shades of Dark Orchid #AB1DB9
Tints of Dark Orchid #AB1DB9
RGB
CMYK
RGB Variations
Color information
#AB1DB9 (or 0xAB1DB9) is known color: Dark Orchid. HEX triplet: AB, 1D and B9. RGB value is (171,29,185). Sum of RGB (Red+Green+Blue) = 171+29+185=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB1DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DB9 is #54E246. Grayscale: #585858. Windows color (decimal): -5562951 or 12131755. OLE color: 12131755.
HSL color Cylindrical-coordinate representation of color #AB1DB9: hue angle of 294.62º 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 #AB1DB9 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 29 | 185 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.27 |
| HSL | 294.62º | 0.73% | 0.42% | - |
| HSV(B) | 294.62º | 0.84% | 0.73% | - |
| XYZ | 25.99 | 13.04 | 47.05 | - |
| YUV | 89.24 | 182.04 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 185 | 0.08 | 0.84 | 0 | 0.27 | 294.62 | 0.73 | 0.42 |
| Hex | AB | 1D | B9 | 8 | 54 | 0 | 1B | 127 | 49 | 2A |
| Octal | 253 | 35 | 271 | 10 | 124 | 0 | 33 | 447 | 111 | 52 |
| Binary | 10101011 | 11101 | 10111001 | 1000 | 1010100 | 0 | 11011 | 100100111 | 1001001 | 101010 |
Color Harmonies of #AB1DB9
Complementary color
Monochromatic Colors of #AB1DB9
Black with #AB1DB9
Text Example
Text Example
White with #AB1DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DB9; }
p { color: rgb(171,29,185); }
H1.HeaderClassName
{
color: #AB1DB9;
}
.AnyTagClassName
{
color: #AB1DB9;
}
</style>
background-color css
<style>
a { background-color: #AB1DB9; }
a { background-color: rgb(171,29,185); }
div.DivClassName
{
background-color: #AB1DB9;
}
.BgClassName
{
background-color: #AB1DB9;
}
</style>
border-color css
<style>
span { border-color: #AB1DB9; }
span { border-color: rgb(171,29,185); }
td.TdClassName
{
border-color: #AB1DB9;
}
.TagClassName
{
border-color: #AB1DB9;
}
</style>