Shades of Dark Orchid #AD25DB
Tints of Dark Orchid #AD25DB
RGB
CMYK
RGB Variations
Color information
#AD25DB (or 0xAD25DB) is known color: Dark Orchid. HEX triplet: AD, 25 and DB. RGB value is (173,37,219). Sum of RGB (Red+Green+Blue) = 173+37+219=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD25DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25DB is #52DA24. Grayscale: #616161. Windows color (decimal): -5429797 or 14362029. OLE color: 14362029.
HSL color Cylindrical-coordinate representation of color #AD25DB: hue angle of 284.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD25DB is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 37 | 219 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.14 |
| HSL | 284.84º | 0.72% | 0.5% | - |
| HSV(B) | 284.84º | 0.83% | 0.86% | - |
| XYZ | 30.68 | 15.32 | 68.36 | - |
| YUV | 98.41 | 196.06 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 219 | 0.21 | 0.83 | 0 | 0.14 | 284.84 | 0.72 | 0.5 |
| Hex | AD | 25 | DB | 15 | 53 | 0 | E | 11D | 48 | 32 |
| Octal | 255 | 45 | 333 | 25 | 123 | 0 | 16 | 435 | 110 | 62 |
| Binary | 10101101 | 100101 | 11011011 | 10101 | 1010011 | 0 | 1110 | 100011101 | 1001000 | 110010 |
Color Harmonies of #AD25DB
Complementary color
Monochromatic Colors of #AD25DB
Black with #AD25DB
Text Example
Text Example
White with #AD25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD25DB; }
p { color: rgb(173,37,219); }
H1.HeaderClassName
{
color: #AD25DB;
}
.AnyTagClassName
{
color: #AD25DB;
}
</style>
background-color css
<style>
a { background-color: #AD25DB; }
a { background-color: rgb(173,37,219); }
div.DivClassName
{
background-color: #AD25DB;
}
.BgClassName
{
background-color: #AD25DB;
}
</style>
border-color css
<style>
span { border-color: #AD25DB; }
span { border-color: rgb(173,37,219); }
td.TdClassName
{
border-color: #AD25DB;
}
.TagClassName
{
border-color: #AD25DB;
}
</style>