Shades of Dark Orchid #AD1BDD
Tints of Dark Orchid #AD1BDD
RGB
CMYK
RGB Variations
Color information
#AD1BDD (or 0xAD1BDD) is known color: Dark Orchid. HEX triplet: AD, 1B and DD. RGB value is (173,27,221). Sum of RGB (Red+Green+Blue) = 173+27+221=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD1BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BDD is #52E422. Grayscale: #5C5C5C. Windows color (decimal): -5432355 or 14490541. OLE color: 14490541.
HSL color Cylindrical-coordinate representation of color #AD1BDD: hue angle of 285.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1BDD is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 27 | 221 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.13 |
| HSL | 285.15º | 0.78% | 0.49% | - |
| HSV(B) | 285.15º | 0.88% | 0.87% | - |
| XYZ | 30.68 | 14.89 | 69.66 | - |
| YUV | 92.77 | 200.37 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 221 | 0.22 | 0.88 | 0 | 0.13 | 285.15 | 0.78 | 0.49 |
| Hex | AD | 1B | DD | 16 | 58 | 0 | D | 11D | 4E | 31 |
| Octal | 255 | 33 | 335 | 26 | 130 | 0 | 15 | 435 | 116 | 61 |
| Binary | 10101101 | 11011 | 11011101 | 10110 | 1011000 | 0 | 1101 | 100011101 | 1001110 | 110001 |
Color Harmonies of #AD1BDD
Complementary color
Monochromatic Colors of #AD1BDD
Black with #AD1BDD
Text Example
Text Example
White with #AD1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BDD; }
p { color: rgb(173,27,221); }
H1.HeaderClassName
{
color: #AD1BDD;
}
.AnyTagClassName
{
color: #AD1BDD;
}
</style>
background-color css
<style>
a { background-color: #AD1BDD; }
a { background-color: rgb(173,27,221); }
div.DivClassName
{
background-color: #AD1BDD;
}
.BgClassName
{
background-color: #AD1BDD;
}
</style>
border-color css
<style>
span { border-color: #AD1BDD; }
span { border-color: rgb(173,27,221); }
td.TdClassName
{
border-color: #AD1BDD;
}
.TagClassName
{
border-color: #AD1BDD;
}
</style>