Shades of Dark Orchid #AD3AED
Tints of Dark Orchid #AD3AED
RGB
CMYK
RGB Variations
Color information
#AD3AED (or 0xAD3AED) is known color: Dark Orchid. HEX triplet: AD, 3A and ED. RGB value is (173,58,237). Sum of RGB (Red+Green+Blue) = 173+58+237=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD3AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3AED is #52C512. Grayscale: #707070. Windows color (decimal): -5424403 or 15547053. OLE color: 15547053.
HSL color Cylindrical-coordinate representation of color #AD3AED: hue angle of 278.55º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD3AED is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 58 | 237 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.07 |
| HSL | 278.55º | 0.83% | 0.58% | - |
| HSV(B) | 278.55º | 0.76% | 0.93% | - |
| XYZ | 34.03 | 18.02 | 81.81 | - |
| YUV | 112.79 | 198.1 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 237 | 0.27 | 0.76 | 0 | 0.07 | 278.55 | 0.83 | 0.58 |
| Hex | AD | 3A | ED | 1B | 4C | 0 | 7 | 117 | 53 | 3A |
| Octal | 255 | 72 | 355 | 33 | 114 | 0 | 7 | 427 | 123 | 72 |
| Binary | 10101101 | 111010 | 11101101 | 11011 | 1001100 | 0 | 111 | 100010111 | 1010011 | 111010 |
Color Harmonies of #AD3AED
Complementary color
Monochromatic Colors of #AD3AED
Black with #AD3AED
Text Example
Text Example
White with #AD3AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AED; }
p { color: rgb(173,58,237); }
H1.HeaderClassName
{
color: #AD3AED;
}
.AnyTagClassName
{
color: #AD3AED;
}
</style>
background-color css
<style>
a { background-color: #AD3AED; }
a { background-color: rgb(173,58,237); }
div.DivClassName
{
background-color: #AD3AED;
}
.BgClassName
{
background-color: #AD3AED;
}
</style>
border-color css
<style>
span { border-color: #AD3AED; }
span { border-color: rgb(173,58,237); }
td.TdClassName
{
border-color: #AD3AED;
}
.TagClassName
{
border-color: #AD3AED;
}
</style>