Shades of Dark Orchid #AD37DA
Tints of Dark Orchid #AD37DA
RGB
CMYK
RGB Variations
Color information
#AD37DA (or 0xAD37DA) is known color: Dark Orchid. HEX triplet: AD, 37 and DA. RGB value is (173,55,218). Sum of RGB (Red+Green+Blue) = 173+55+218=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD37DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37DA is #52C825. Grayscale: #6C6C6C. Windows color (decimal): -5425190 or 14301101. OLE color: 14301101.
HSL color Cylindrical-coordinate representation of color #AD37DA: hue angle of 283.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD37DA is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 55 | 218 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.15 |
| HSL | 283.44º | 0.69% | 0.54% | - |
| HSV(B) | 283.44º | 0.75% | 0.85% | - |
| XYZ | 31.25 | 16.68 | 67.9 | - |
| YUV | 108.86 | 189.59 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 218 | 0.21 | 0.75 | 0 | 0.15 | 283.44 | 0.69 | 0.54 |
| Hex | AD | 37 | DA | 15 | 4B | 0 | F | 11B | 45 | 36 |
| Octal | 255 | 67 | 332 | 25 | 113 | 0 | 17 | 433 | 105 | 66 |
| Binary | 10101101 | 110111 | 11011010 | 10101 | 1001011 | 0 | 1111 | 100011011 | 1000101 | 110110 |
Color Harmonies of #AD37DA
Complementary color
Monochromatic Colors of #AD37DA
Black with #AD37DA
Text Example
Text Example
White with #AD37DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37DA; }
p { color: rgb(173,55,218); }
H1.HeaderClassName
{
color: #AD37DA;
}
.AnyTagClassName
{
color: #AD37DA;
}
</style>
background-color css
<style>
a { background-color: #AD37DA; }
a { background-color: rgb(173,55,218); }
div.DivClassName
{
background-color: #AD37DA;
}
.BgClassName
{
background-color: #AD37DA;
}
</style>
border-color css
<style>
span { border-color: #AD37DA; }
span { border-color: rgb(173,55,218); }
td.TdClassName
{
border-color: #AD37DA;
}
.TagClassName
{
border-color: #AD37DA;
}
</style>