Shades of Dark Orchid #AD18BC
Tints of Dark Orchid #AD18BC
RGB
CMYK
RGB Variations
Color information
#AD18BC (or 0xAD18BC) is known color: Dark Orchid. HEX triplet: AD, 18 and BC. RGB value is (173,24,188). Sum of RGB (Red+Green+Blue) = 173+24+188=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD18BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD18BC is #52E743. Grayscale: #565656. Windows color (decimal): -5433156 or 12327085. OLE color: 12327085.
HSL color Cylindrical-coordinate representation of color #AD18BC: hue angle of 294.51º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD18BC is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 24 | 188 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.26 |
| HSL | 294.51º | 0.77% | 0.42% | - |
| HSV(B) | 294.51º | 0.87% | 0.74% | - |
| XYZ | 26.64 | 13.17 | 48.71 | - |
| YUV | 87.25 | 184.86 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 188 | 0.08 | 0.87 | 0 | 0.26 | 294.51 | 0.77 | 0.42 |
| Hex | AD | 18 | BC | 8 | 57 | 0 | 1A | 127 | 4D | 2A |
| Octal | 255 | 30 | 274 | 10 | 127 | 0 | 32 | 447 | 115 | 52 |
| Binary | 10101101 | 11000 | 10111100 | 1000 | 1010111 | 0 | 11010 | 100100111 | 1001101 | 101010 |
Color Harmonies of #AD18BC
Complementary color
Monochromatic Colors of #AD18BC
Black with #AD18BC
Text Example
Text Example
White with #AD18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD18BC; }
p { color: rgb(173,24,188); }
H1.HeaderClassName
{
color: #AD18BC;
}
.AnyTagClassName
{
color: #AD18BC;
}
</style>
background-color css
<style>
a { background-color: #AD18BC; }
a { background-color: rgb(173,24,188); }
div.DivClassName
{
background-color: #AD18BC;
}
.BgClassName
{
background-color: #AD18BC;
}
</style>
border-color css
<style>
span { border-color: #AD18BC; }
span { border-color: rgb(173,24,188); }
td.TdClassName
{
border-color: #AD18BC;
}
.TagClassName
{
border-color: #AD18BC;
}
</style>