Shades of Dark Orchid #AD37ED
Tints of Dark Orchid #AD37ED
RGB
CMYK
RGB Variations
Color information
#AD37ED (or 0xAD37ED) is known color: Dark Orchid. HEX triplet: AD, 37 and ED. RGB value is (173,55,237). Sum of RGB (Red+Green+Blue) = 173+55+237=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD37ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD37ED is #52C812. Grayscale: #6E6E6E. Windows color (decimal): -5425171 or 15546285. OLE color: 15546285.
HSL color Cylindrical-coordinate representation of color #AD37ED: hue angle of 278.9º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD37ED is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 55 | 237 | - |
CMYK | 0.27 | 0.77 | 0 | 0.07 |
HSL | 278.9º | 0.83% | 0.57% | - |
HSV(B) | 278.9º | 0.77% | 0.93% | - |
XYZ | 33.89 | 17.73 | 81.76 | - |
YUV | 111.03 | 199.09 | 172.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 55 | 237 | 0.27 | 0.77 | 0 | 0.07 | 278.9 | 0.83 | 0.57 |
Hex | AD | 37 | ED | 1B | 4D | 0 | 7 | 117 | 53 | 39 |
Octal | 255 | 67 | 355 | 33 | 115 | 0 | 7 | 427 | 123 | 71 |
Binary | 10101101 | 110111 | 11101101 | 11011 | 1001101 | 0 | 111 | 100010111 | 1010011 | 111001 |
Color Harmonies of #AD37ED
Complementary color
Monochromatic Colors of #AD37ED
Black with #AD37ED
Text Example
Text Example
White with #AD37ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37ED; }
p { color: rgb(173,55,237); }
H1.HeaderClassName
{
color: #AD37ED;
}
.AnyTagClassName
{
color: #AD37ED;
}
</style>
background-color css
<style>
a { background-color: #AD37ED; }
a { background-color: rgb(173,55,237); }
div.DivClassName
{
background-color: #AD37ED;
}
.BgClassName
{
background-color: #AD37ED;
}
</style>
border-color css
<style>
span { border-color: #AD37ED; }
span { border-color: rgb(173,55,237); }
td.TdClassName
{
border-color: #AD37ED;
}
.TagClassName
{
border-color: #AD37ED;
}
</style>