Shades of Dark Orchid #AD1BC6
Tints of Dark Orchid #AD1BC6
RGB
CMYK
RGB Variations
Color information
#AD1BC6 (or 0xAD1BC6) is known color: Dark Orchid. HEX triplet: AD, 1B and C6. RGB value is (173,27,198). Sum of RGB (Red+Green+Blue) = 173+27+198=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD1BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BC6 is #52E439. Grayscale: #595959. Windows color (decimal): -5432378 or 12983213. OLE color: 12983213.
HSL color Cylindrical-coordinate representation of color #AD1BC6: hue angle of 291.23º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1BC6 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 27 | 198 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.22 |
| HSL | 291.23º | 0.76% | 0.44% | - |
| HSV(B) | 291.23º | 0.86% | 0.78% | - |
| XYZ | 27.82 | 13.75 | 54.61 | - |
| YUV | 90.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 198 | 0.13 | 0.86 | 0 | 0.22 | 291.23 | 0.76 | 0.44 |
| Hex | AD | 1B | C6 | D | 56 | 0 | 16 | 123 | 4C | 2C |
| Octal | 255 | 33 | 306 | 15 | 126 | 0 | 26 | 443 | 114 | 54 |
| Binary | 10101101 | 11011 | 11000110 | 1101 | 1010110 | 0 | 10110 | 100100011 | 1001100 | 101100 |
Color Harmonies of #AD1BC6
Complementary color
Monochromatic Colors of #AD1BC6
Black with #AD1BC6
Text Example
Text Example
White with #AD1BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BC6; }
p { color: rgb(173,27,198); }
H1.HeaderClassName
{
color: #AD1BC6;
}
.AnyTagClassName
{
color: #AD1BC6;
}
</style>
background-color css
<style>
a { background-color: #AD1BC6; }
a { background-color: rgb(173,27,198); }
div.DivClassName
{
background-color: #AD1BC6;
}
.BgClassName
{
background-color: #AD1BC6;
}
</style>
border-color css
<style>
span { border-color: #AD1BC6; }
span { border-color: rgb(173,27,198); }
td.TdClassName
{
border-color: #AD1BC6;
}
.TagClassName
{
border-color: #AD1BC6;
}
</style>