Shades of Dark Orchid #AD38DC
Tints of Dark Orchid #AD38DC
RGB
CMYK
RGB Variations
Color information
#AD38DC (or 0xAD38DC) is known color: Dark Orchid. HEX triplet: AD, 38 and DC. RGB value is (173,56,220). Sum of RGB (Red+Green+Blue) = 173+56+220=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD38DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD38DC is #52C723. Grayscale: #6D6D6D. Windows color (decimal): -5424932 or 14432429. OLE color: 14432429.
HSL color Cylindrical-coordinate representation of color #AD38DC: hue angle of 282.8º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD38DC is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 56 | 220 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.14 |
| HSL | 282.8º | 0.7% | 0.54% | - |
| HSV(B) | 282.8º | 0.75% | 0.86% | - |
| XYZ | 31.57 | 16.88 | 69.3 | - |
| YUV | 109.68 | 190.26 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 220 | 0.21 | 0.75 | 0 | 0.14 | 282.8 | 0.7 | 0.54 |
| Hex | AD | 38 | DC | 15 | 4B | 0 | E | 11B | 46 | 36 |
| Octal | 255 | 70 | 334 | 25 | 113 | 0 | 16 | 433 | 106 | 66 |
| Binary | 10101101 | 111000 | 11011100 | 10101 | 1001011 | 0 | 1110 | 100011011 | 1000110 | 110110 |
Color Harmonies of #AD38DC
Complementary color
Monochromatic Colors of #AD38DC
Black with #AD38DC
Text Example
Text Example
White with #AD38DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38DC; }
p { color: rgb(173,56,220); }
H1.HeaderClassName
{
color: #AD38DC;
}
.AnyTagClassName
{
color: #AD38DC;
}
</style>
background-color css
<style>
a { background-color: #AD38DC; }
a { background-color: rgb(173,56,220); }
div.DivClassName
{
background-color: #AD38DC;
}
.BgClassName
{
background-color: #AD38DC;
}
</style>
border-color css
<style>
span { border-color: #AD38DC; }
span { border-color: rgb(173,56,220); }
td.TdClassName
{
border-color: #AD38DC;
}
.TagClassName
{
border-color: #AD38DC;
}
</style>