Shades of Dark Orchid #AD37E6
Tints of Dark Orchid #AD37E6
RGB
CMYK
RGB Variations
Color information
#AD37E6 (or 0xAD37E6) is known color: Dark Orchid. HEX triplet: AD, 37 and E6. RGB value is (173,55,230). Sum of RGB (Red+Green+Blue) = 173+55+230=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD37E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD37E6 is #52C819. Grayscale: #6D6D6D. Windows color (decimal): -5425178 or 15087533. OLE color: 15087533.
HSL color Cylindrical-coordinate representation of color #AD37E6: hue angle of 280.46º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD37E6 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 55 | 230 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.10 |
| HSL | 280.46º | 0.78% | 0.56% | - |
| HSV(B) | 280.46º | 0.76% | 0.9% | - |
| XYZ | 32.88 | 17.33 | 76.47 | - |
| YUV | 110.23 | 195.59 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 230 | 0.25 | 0.76 | 0 | 0.10 | 280.46 | 0.78 | 0.56 |
| Hex | AD | 37 | E6 | 19 | 4C | 0 | A | 118 | 4E | 38 |
| Octal | 255 | 67 | 346 | 31 | 114 | 0 | 12 | 430 | 116 | 70 |
| Binary | 10101101 | 110111 | 11100110 | 11001 | 1001100 | 0 | 1010 | 100011000 | 1001110 | 111000 |
Color Harmonies of #AD37E6
Complementary color
Monochromatic Colors of #AD37E6
Black with #AD37E6
Text Example
Text Example
White with #AD37E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37E6; }
p { color: rgb(173,55,230); }
H1.HeaderClassName
{
color: #AD37E6;
}
.AnyTagClassName
{
color: #AD37E6;
}
</style>
background-color css
<style>
a { background-color: #AD37E6; }
a { background-color: rgb(173,55,230); }
div.DivClassName
{
background-color: #AD37E6;
}
.BgClassName
{
background-color: #AD37E6;
}
</style>
border-color css
<style>
span { border-color: #AD37E6; }
span { border-color: rgb(173,55,230); }
td.TdClassName
{
border-color: #AD37E6;
}
.TagClassName
{
border-color: #AD37E6;
}
</style>