Shades of Dark Orchid #AD23DB
Tints of Dark Orchid #AD23DB
RGB
CMYK
RGB Variations
Color information
#AD23DB (or 0xAD23DB) is known color: Dark Orchid. HEX triplet: AD, 23 and DB. RGB value is (173,35,219). Sum of RGB (Red+Green+Blue) = 173+35+219=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD23DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23DB is #52DC24. Grayscale: #606060. Windows color (decimal): -5430309 or 14361517. OLE color: 14361517.
HSL color Cylindrical-coordinate representation of color #AD23DB: hue angle of 285º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD23DB is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 173 | 35 | 219 | - |
CMYK | 0.21 | 0.84 | 0 | 0.14 |
HSL | 285º | 0.72% | 0.5% | - |
HSV(B) | 285º | 0.84% | 0.86% | - |
XYZ | 30.62 | 15.2 | 68.34 | - |
YUV | 97.24 | 196.72 | 182.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 35 | 219 | 0.21 | 0.84 | 0 | 0.14 | 285 | 0.72 | 0.5 |
Hex | AD | 23 | DB | 15 | 54 | 0 | E | 11D | 48 | 32 |
Octal | 255 | 43 | 333 | 25 | 124 | 0 | 16 | 435 | 110 | 62 |
Binary | 10101101 | 100011 | 11011011 | 10101 | 1010100 | 0 | 1110 | 100011101 | 1001000 | 110010 |
Color Harmonies of #AD23DB
Complementary color
Monochromatic Colors of #AD23DB
Black with #AD23DB
Text Example
Text Example
White with #AD23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23DB; }
p { color: rgb(173,35,219); }
H1.HeaderClassName
{
color: #AD23DB;
}
.AnyTagClassName
{
color: #AD23DB;
}
</style>
background-color css
<style>
a { background-color: #AD23DB; }
a { background-color: rgb(173,35,219); }
div.DivClassName
{
background-color: #AD23DB;
}
.BgClassName
{
background-color: #AD23DB;
}
</style>
border-color css
<style>
span { border-color: #AD23DB; }
span { border-color: rgb(173,35,219); }
td.TdClassName
{
border-color: #AD23DB;
}
.TagClassName
{
border-color: #AD23DB;
}
</style>