Shades of Dark Orchid #AD1DB5
Tints of Dark Orchid #AD1DB5
RGB
CMYK
RGB Variations
Color information
#AD1DB5 (or 0xAD1DB5) is known color: Dark Orchid. HEX triplet: AD, 1D and B5. RGB value is (173,29,181). Sum of RGB (Red+Green+Blue) = 173+29+181=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD1DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DB5 is #52E24A. Grayscale: #585858. Windows color (decimal): -5431883 or 11869613. OLE color: 11869613.
HSL color Cylindrical-coordinate representation of color #AD1DB5: hue angle of 296.84º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1DB5 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 29 | 181 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.29 |
| HSL | 296.84º | 0.72% | 0.41% | - |
| HSV(B) | 296.84º | 0.84% | 0.71% | - |
| XYZ | 26.01 | 13.1 | 44.87 | - |
| YUV | 89.38 | 179.71 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 181 | 0.04 | 0.84 | 0 | 0.29 | 296.84 | 0.72 | 0.41 |
| Hex | AD | 1D | B5 | 4 | 54 | 0 | 1D | 129 | 48 | 29 |
| Octal | 255 | 35 | 265 | 4 | 124 | 0 | 35 | 451 | 110 | 51 |
| Binary | 10101101 | 11101 | 10110101 | 100 | 1010100 | 0 | 11101 | 100101001 | 1001000 | 101001 |
Color Harmonies of #AD1DB5
Complementary color
Monochromatic Colors of #AD1DB5
Black with #AD1DB5
Text Example
Text Example
White with #AD1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DB5; }
p { color: rgb(173,29,181); }
H1.HeaderClassName
{
color: #AD1DB5;
}
.AnyTagClassName
{
color: #AD1DB5;
}
</style>
background-color css
<style>
a { background-color: #AD1DB5; }
a { background-color: rgb(173,29,181); }
div.DivClassName
{
background-color: #AD1DB5;
}
.BgClassName
{
background-color: #AD1DB5;
}
</style>
border-color css
<style>
span { border-color: #AD1DB5; }
span { border-color: rgb(173,29,181); }
td.TdClassName
{
border-color: #AD1DB5;
}
.TagClassName
{
border-color: #AD1DB5;
}
</style>