Shades of Dark Orchid #AD3BDC
Tints of Dark Orchid #AD3BDC
RGB
CMYK
RGB Variations
Color information
#AD3BDC (or 0xAD3BDC) is known color: Dark Orchid. HEX triplet: AD, 3B and DC. RGB value is (173,59,220). Sum of RGB (Red+Green+Blue) = 173+59+220=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD3BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BDC is #52C423. Grayscale: #6E6E6E. Windows color (decimal): -5424164 or 14433197. OLE color: 14433197.
HSL color Cylindrical-coordinate representation of color #AD3BDC: hue angle of 282.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3BDC is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 59 | 220 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.14 |
| HSL | 282.48º | 0.7% | 0.55% | - |
| HSV(B) | 282.48º | 0.73% | 0.86% | - |
| XYZ | 31.72 | 17.18 | 69.35 | - |
| YUV | 111.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 220 | 0.21 | 0.73 | 0 | 0.14 | 282.48 | 0.7 | 0.55 |
| Hex | AD | 3B | DC | 15 | 49 | 0 | E | 11A | 46 | 37 |
| Octal | 255 | 73 | 334 | 25 | 111 | 0 | 16 | 432 | 106 | 67 |
| Binary | 10101101 | 111011 | 11011100 | 10101 | 1001001 | 0 | 1110 | 100011010 | 1000110 | 110111 |
Color Harmonies of #AD3BDC
Complementary color
Monochromatic Colors of #AD3BDC
Black with #AD3BDC
Text Example
Text Example
White with #AD3BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BDC; }
p { color: rgb(173,59,220); }
H1.HeaderClassName
{
color: #AD3BDC;
}
.AnyTagClassName
{
color: #AD3BDC;
}
</style>
background-color css
<style>
a { background-color: #AD3BDC; }
a { background-color: rgb(173,59,220); }
div.DivClassName
{
background-color: #AD3BDC;
}
.BgClassName
{
background-color: #AD3BDC;
}
</style>
border-color css
<style>
span { border-color: #AD3BDC; }
span { border-color: rgb(173,59,220); }
td.TdClassName
{
border-color: #AD3BDC;
}
.TagClassName
{
border-color: #AD3BDC;
}
</style>