Shades of Dark Orchid #AD3DE0
Tints of Dark Orchid #AD3DE0
RGB
CMYK
RGB Variations
Color information
#AD3DE0 (or 0xAD3DE0) is known color: Dark Orchid. HEX triplet: AD, 3D and E0. RGB value is (173,61,224). Sum of RGB (Red+Green+Blue) = 173+61+224=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD3DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DE0 is #52C21F. Grayscale: #707070. Windows color (decimal): -5423648 or 14695853. OLE color: 14695853.
HSL color Cylindrical-coordinate representation of color #AD3DE0: hue angle of 281.23º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3DE0 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 61 | 224 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.12 |
| HSL | 281.23º | 0.72% | 0.56% | - |
| HSV(B) | 281.23º | 0.73% | 0.88% | - |
| XYZ | 32.36 | 17.6 | 72.21 | - |
| YUV | 113.07 | 190.61 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 224 | 0.23 | 0.73 | 0 | 0.12 | 281.23 | 0.72 | 0.56 |
| Hex | AD | 3D | E0 | 17 | 49 | 0 | C | 119 | 48 | 38 |
| Octal | 255 | 75 | 340 | 27 | 111 | 0 | 14 | 431 | 110 | 70 |
| Binary | 10101101 | 111101 | 11100000 | 10111 | 1001001 | 0 | 1100 | 100011001 | 1001000 | 111000 |
Color Harmonies of #AD3DE0
Complementary color
Monochromatic Colors of #AD3DE0
Black with #AD3DE0
Text Example
Text Example
White with #AD3DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DE0; }
p { color: rgb(173,61,224); }
H1.HeaderClassName
{
color: #AD3DE0;
}
.AnyTagClassName
{
color: #AD3DE0;
}
</style>
background-color css
<style>
a { background-color: #AD3DE0; }
a { background-color: rgb(173,61,224); }
div.DivClassName
{
background-color: #AD3DE0;
}
.BgClassName
{
background-color: #AD3DE0;
}
</style>
border-color css
<style>
span { border-color: #AD3DE0; }
span { border-color: rgb(173,61,224); }
td.TdClassName
{
border-color: #AD3DE0;
}
.TagClassName
{
border-color: #AD3DE0;
}
</style>