Shades of Dark Orchid #AD1BC8
Tints of Dark Orchid #AD1BC8
RGB
CMYK
RGB Variations
Color information
#AD1BC8 (or 0xAD1BC8) is known color: Dark Orchid. HEX triplet: AD, 1B and C8. RGB value is (173,27,200). Sum of RGB (Red+Green+Blue) = 173+27+200=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 200 (78.52% from 255 or 50% from 400); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD1BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BC8 is #52E437. Grayscale: #595959. Windows color (decimal): -5432376 or 13114285. OLE color: 13114285.
HSL color Cylindrical-coordinate representation of color #AD1BC8: hue angle of 290.64º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1BC8 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 27 | 200 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.22 |
| HSL | 290.64º | 0.76% | 0.45% | - |
| HSV(B) | 290.64º | 0.87% | 0.78% | - |
| XYZ | 28.05 | 13.84 | 55.84 | - |
| YUV | 90.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 200 | 0.14 | 0.86 | 0 | 0.22 | 290.64 | 0.76 | 0.45 |
| Hex | AD | 1B | C8 | E | 56 | 0 | 16 | 123 | 4C | 2D |
| Octal | 255 | 33 | 310 | 16 | 126 | 0 | 26 | 443 | 114 | 55 |
| Binary | 10101101 | 11011 | 11001000 | 1110 | 1010110 | 0 | 10110 | 100100011 | 1001100 | 101101 |
Color Harmonies of #AD1BC8
Complementary color
Monochromatic Colors of #AD1BC8
Black with #AD1BC8
Text Example
Text Example
White with #AD1BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BC8; }
p { color: rgb(173,27,200); }
H1.HeaderClassName
{
color: #AD1BC8;
}
.AnyTagClassName
{
color: #AD1BC8;
}
</style>
background-color css
<style>
a { background-color: #AD1BC8; }
a { background-color: rgb(173,27,200); }
div.DivClassName
{
background-color: #AD1BC8;
}
.BgClassName
{
background-color: #AD1BC8;
}
</style>
border-color css
<style>
span { border-color: #AD1BC8; }
span { border-color: rgb(173,27,200); }
td.TdClassName
{
border-color: #AD1BC8;
}
.TagClassName
{
border-color: #AD1BC8;
}
</style>