Shades of Dark Orchid #AD1ADB
Tints of Dark Orchid #AD1ADB
RGB
CMYK
RGB Variations
Color information
#AD1ADB (or 0xAD1ADB) is known color: Dark Orchid. HEX triplet: AD, 1A and DB. RGB value is (173,26,219). Sum of RGB (Red+Green+Blue) = 173+26+219=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD1ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ADB is #52E524. Grayscale: #5B5B5B. Windows color (decimal): -5432613 or 14359213. OLE color: 14359213.
HSL color Cylindrical-coordinate representation of color #AD1ADB: hue angle of 285.7º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1ADB is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 26 | 219 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.14 |
| HSL | 285.7º | 0.79% | 0.48% | - |
| HSV(B) | 285.7º | 0.88% | 0.86% | - |
| XYZ | 30.39 | 14.74 | 68.26 | - |
| YUV | 91.96 | 199.7 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 219 | 0.21 | 0.88 | 0 | 0.14 | 285.7 | 0.79 | 0.48 |
| Hex | AD | 1A | DB | 15 | 58 | 0 | E | 11E | 4F | 30 |
| Octal | 255 | 32 | 333 | 25 | 130 | 0 | 16 | 436 | 117 | 60 |
| Binary | 10101101 | 11010 | 11011011 | 10101 | 1011000 | 0 | 1110 | 100011110 | 1001111 | 110000 |
Color Harmonies of #AD1ADB
Complementary color
Monochromatic Colors of #AD1ADB
Black with #AD1ADB
Text Example
Text Example
White with #AD1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1ADB; }
p { color: rgb(173,26,219); }
H1.HeaderClassName
{
color: #AD1ADB;
}
.AnyTagClassName
{
color: #AD1ADB;
}
</style>
background-color css
<style>
a { background-color: #AD1ADB; }
a { background-color: rgb(173,26,219); }
div.DivClassName
{
background-color: #AD1ADB;
}
.BgClassName
{
background-color: #AD1ADB;
}
</style>
border-color css
<style>
span { border-color: #AD1ADB; }
span { border-color: rgb(173,26,219); }
td.TdClassName
{
border-color: #AD1ADB;
}
.TagClassName
{
border-color: #AD1ADB;
}
</style>