Shades of Dark Orchid #AD1EBA
Tints of Dark Orchid #AD1EBA
RGB
CMYK
RGB Variations
Color information
#AD1EBA (or 0xAD1EBA) is known color: Dark Orchid. HEX triplet: AD, 1E and BA. RGB value is (173,30,186). Sum of RGB (Red+Green+Blue) = 173+30+186=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1EBA is #52E145. Grayscale: #5A5A5A. Windows color (decimal): -5431622 or 12197549. OLE color: 12197549.
HSL color Cylindrical-coordinate representation of color #AD1EBA: hue angle of 295º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1EBA is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 30 | 186 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.27 |
| HSL | 295º | 0.72% | 0.42% | - |
| HSV(B) | 295º | 0.84% | 0.73% | - |
| XYZ | 26.56 | 13.36 | 47.63 | - |
| YUV | 90.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 186 | 0.07 | 0.84 | 0 | 0.27 | 295 | 0.72 | 0.42 |
| Hex | AD | 1E | BA | 7 | 54 | 0 | 1B | 127 | 48 | 2A |
| Octal | 255 | 36 | 272 | 7 | 124 | 0 | 33 | 447 | 110 | 52 |
| Binary | 10101101 | 11110 | 10111010 | 111 | 1010100 | 0 | 11011 | 100100111 | 1001000 | 101010 |
Color Harmonies of #AD1EBA
Complementary color
Monochromatic Colors of #AD1EBA
Black with #AD1EBA
Text Example
Text Example
White with #AD1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EBA; }
p { color: rgb(173,30,186); }
H1.HeaderClassName
{
color: #AD1EBA;
}
.AnyTagClassName
{
color: #AD1EBA;
}
</style>
background-color css
<style>
a { background-color: #AD1EBA; }
a { background-color: rgb(173,30,186); }
div.DivClassName
{
background-color: #AD1EBA;
}
.BgClassName
{
background-color: #AD1EBA;
}
</style>
border-color css
<style>
span { border-color: #AD1EBA; }
span { border-color: rgb(173,30,186); }
td.TdClassName
{
border-color: #AD1EBA;
}
.TagClassName
{
border-color: #AD1EBA;
}
</style>