Shades of Dark Orchid #AD2EBE
Tints of Dark Orchid #AD2EBE
RGB
CMYK
RGB Variations
Color information
#AD2EBE (or 0xAD2EBE) is known color: Dark Orchid. HEX triplet: AD, 2E and BE. RGB value is (173,46,190). Sum of RGB (Red+Green+Blue) = 173+46+190=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD2EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EBE is #52D141. Grayscale: #636363. Windows color (decimal): -5427522 or 12463789. OLE color: 12463789.
HSL color Cylindrical-coordinate representation of color #AD2EBE: hue angle of 292.92º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2EBE is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 46 | 190 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.25 |
| HSL | 292.92º | 0.61% | 0.46% | - |
| HSV(B) | 292.92º | 0.76% | 0.75% | - |
| XYZ | 27.5 | 14.56 | 50.08 | - |
| YUV | 100.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 190 | 0.09 | 0.76 | 0 | 0.25 | 292.92 | 0.61 | 0.46 |
| Hex | AD | 2E | BE | 9 | 4C | 0 | 19 | 125 | 3D | 2E |
| Octal | 255 | 56 | 276 | 11 | 114 | 0 | 31 | 445 | 75 | 56 |
| Binary | 10101101 | 101110 | 10111110 | 1001 | 1001100 | 0 | 11001 | 100100101 | 111101 | 101110 |
Color Harmonies of #AD2EBE
Complementary color
Monochromatic Colors of #AD2EBE
Black with #AD2EBE
Text Example
Text Example
White with #AD2EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2EBE; }
p { color: rgb(173,46,190); }
H1.HeaderClassName
{
color: #AD2EBE;
}
.AnyTagClassName
{
color: #AD2EBE;
}
</style>
background-color css
<style>
a { background-color: #AD2EBE; }
a { background-color: rgb(173,46,190); }
div.DivClassName
{
background-color: #AD2EBE;
}
.BgClassName
{
background-color: #AD2EBE;
}
</style>
border-color css
<style>
span { border-color: #AD2EBE; }
span { border-color: rgb(173,46,190); }
td.TdClassName
{
border-color: #AD2EBE;
}
.TagClassName
{
border-color: #AD2EBE;
}
</style>