Shades of Dark Orchid #AD1BB9
Tints of Dark Orchid #AD1BB9
RGB
CMYK
RGB Variations
Color information
#AD1BB9 (or 0xAD1BB9) is known color: Dark Orchid. HEX triplet: AD, 1B and B9. RGB value is (173,27,185). Sum of RGB (Red+Green+Blue) = 173+27+185=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 27 (10.94% from 255 or 7.01% 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 #AD1BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BB9 is #52E446. Grayscale: #585858. Windows color (decimal): -5432391 or 12131245. OLE color: 12131245.
HSL color Cylindrical-coordinate representation of color #AD1BB9: hue angle of 295.44º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1BB9 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 27 | 185 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.27 |
| HSL | 295.44º | 0.75% | 0.42% | - |
| HSV(B) | 295.44º | 0.85% | 0.73% | - |
| XYZ | 26.38 | 13.17 | 47.05 | - |
| YUV | 88.67 | 182.37 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 185 | 0.06 | 0.85 | 0 | 0.27 | 295.44 | 0.75 | 0.42 |
| Hex | AD | 1B | B9 | 6 | 55 | 0 | 1B | 127 | 4B | 2A |
| Octal | 255 | 33 | 271 | 6 | 125 | 0 | 33 | 447 | 113 | 52 |
| Binary | 10101101 | 11011 | 10111001 | 110 | 1010101 | 0 | 11011 | 100100111 | 1001011 | 101010 |
Color Harmonies of #AD1BB9
Complementary color
Monochromatic Colors of #AD1BB9
Black with #AD1BB9
Text Example
Text Example
White with #AD1BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BB9; }
p { color: rgb(173,27,185); }
H1.HeaderClassName
{
color: #AD1BB9;
}
.AnyTagClassName
{
color: #AD1BB9;
}
</style>
background-color css
<style>
a { background-color: #AD1BB9; }
a { background-color: rgb(173,27,185); }
div.DivClassName
{
background-color: #AD1BB9;
}
.BgClassName
{
background-color: #AD1BB9;
}
</style>
border-color css
<style>
span { border-color: #AD1BB9; }
span { border-color: rgb(173,27,185); }
td.TdClassName
{
border-color: #AD1BB9;
}
.TagClassName
{
border-color: #AD1BB9;
}
</style>