Shades of Dark Orchid #AD1DAB
Tints of Dark Orchid #AD1DAB
RGB
CMYK
RGB Variations
Color information
#AD1DAB (or 0xAD1DAB) is known color: Dark Orchid. HEX triplet: AD, 1D and AB. RGB value is (173,29,171). Sum of RGB (Red+Green+Blue) = 173+29+171=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1DAB is #52E254. Grayscale: #575757. Windows color (decimal): -5431893 or 11214253. OLE color: 11214253.
HSL color Cylindrical-coordinate representation of color #AD1DAB: hue angle of 300.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1DAB is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 171 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.32 |
| HSL | 300.83º | 0.71% | 0.4% | - |
| HSV(B) | 300.83º | 0.83% | 0.68% | - |
| XYZ | 25.02 | 12.7 | 39.66 | - |
| YUV | 88.24 | 174.71 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 171 | 0 | 0.83 | 0.01 | 0.32 | 300.83 | 0.71 | 0.4 |
| Hex | AD | 1D | AB | 0 | 53 | 1 | 20 | 12D | 47 | 28 |
| Octal | 255 | 35 | 253 | 0 | 123 | 1 | 40 | 455 | 107 | 50 |
| Binary | 10101101 | 11101 | 10101011 | 0 | 1010011 | 1 | 100000 | 100101101 | 1000111 | 101000 |
Color Harmonies of #AD1DAB
Complementary color
Monochromatic Colors of #AD1DAB
Black with #AD1DAB
Text Example
Text Example
White with #AD1DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DAB; }
p { color: rgb(173,29,171); }
H1.HeaderClassName
{
color: #AD1DAB;
}
.AnyTagClassName
{
color: #AD1DAB;
}
</style>
background-color css
<style>
a { background-color: #AD1DAB; }
a { background-color: rgb(173,29,171); }
div.DivClassName
{
background-color: #AD1DAB;
}
.BgClassName
{
background-color: #AD1DAB;
}
</style>
border-color css
<style>
span { border-color: #AD1DAB; }
span { border-color: rgb(173,29,171); }
td.TdClassName
{
border-color: #AD1DAB;
}
.TagClassName
{
border-color: #AD1DAB;
}
</style>