Shades of Dark Orchid #AD19BB
Tints of Dark Orchid #AD19BB
RGB
CMYK
RGB Variations
Color information
#AD19BB (or 0xAD19BB) is known color: Dark Orchid. HEX triplet: AD, 19 and BB. RGB value is (173,25,187). Sum of RGB (Red+Green+Blue) = 173+25+187=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD19BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19BB is #52E644. Grayscale: #575757. Windows color (decimal): -5432901 or 12261805. OLE color: 12261805.
HSL color Cylindrical-coordinate representation of color #AD19BB: hue angle of 294.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD19BB is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 25 | 187 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.27 |
| HSL | 294.81º | 0.76% | 0.42% | - |
| HSV(B) | 294.81º | 0.87% | 0.73% | - |
| XYZ | 26.55 | 13.17 | 48.16 | - |
| YUV | 87.72 | 184.03 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 187 | 0.07 | 0.87 | 0 | 0.27 | 294.81 | 0.76 | 0.42 |
| Hex | AD | 19 | BB | 7 | 57 | 0 | 1B | 127 | 4C | 2A |
| Octal | 255 | 31 | 273 | 7 | 127 | 0 | 33 | 447 | 114 | 52 |
| Binary | 10101101 | 11001 | 10111011 | 111 | 1010111 | 0 | 11011 | 100100111 | 1001100 | 101010 |
Color Harmonies of #AD19BB
Complementary color
Monochromatic Colors of #AD19BB
Black with #AD19BB
Text Example
Text Example
White with #AD19BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19BB; }
p { color: rgb(173,25,187); }
H1.HeaderClassName
{
color: #AD19BB;
}
.AnyTagClassName
{
color: #AD19BB;
}
</style>
background-color css
<style>
a { background-color: #AD19BB; }
a { background-color: rgb(173,25,187); }
div.DivClassName
{
background-color: #AD19BB;
}
.BgClassName
{
background-color: #AD19BB;
}
</style>
border-color css
<style>
span { border-color: #AD19BB; }
span { border-color: rgb(173,25,187); }
td.TdClassName
{
border-color: #AD19BB;
}
.TagClassName
{
border-color: #AD19BB;
}
</style>