Shades of Dark Orchid #AD2CE9
Tints of Dark Orchid #AD2CE9
RGB
CMYK
RGB Variations
Color information
#AD2CE9 (or 0xAD2CE9) is known color: Dark Orchid. HEX triplet: AD, 2C and E9. RGB value is (173,44,233). Sum of RGB (Red+Green+Blue) = 173+44+233=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD2CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2CE9 is #52D316. Grayscale: #676767. Windows color (decimal): -5427991 or 15281325. OLE color: 15281325.
HSL color Cylindrical-coordinate representation of color #AD2CE9: hue angle of 280.95º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2CE9 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 44 | 233 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.09 |
| HSL | 280.95º | 0.81% | 0.54% | - |
| HSV(B) | 280.95º | 0.81% | 0.91% | - |
| XYZ | 32.84 | 16.57 | 78.56 | - |
| YUV | 104.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 233 | 0.26 | 0.81 | 0 | 0.09 | 280.95 | 0.81 | 0.54 |
| Hex | AD | 2C | E9 | 1A | 51 | 0 | 9 | 119 | 51 | 36 |
| Octal | 255 | 54 | 351 | 32 | 121 | 0 | 11 | 431 | 121 | 66 |
| Binary | 10101101 | 101100 | 11101001 | 11010 | 1010001 | 0 | 1001 | 100011001 | 1010001 | 110110 |
Color Harmonies of #AD2CE9
Complementary color
Monochromatic Colors of #AD2CE9
Black with #AD2CE9
Text Example
Text Example
White with #AD2CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CE9; }
p { color: rgb(173,44,233); }
H1.HeaderClassName
{
color: #AD2CE9;
}
.AnyTagClassName
{
color: #AD2CE9;
}
</style>
background-color css
<style>
a { background-color: #AD2CE9; }
a { background-color: rgb(173,44,233); }
div.DivClassName
{
background-color: #AD2CE9;
}
.BgClassName
{
background-color: #AD2CE9;
}
</style>
border-color css
<style>
span { border-color: #AD2CE9; }
span { border-color: rgb(173,44,233); }
td.TdClassName
{
border-color: #AD2CE9;
}
.TagClassName
{
border-color: #AD2CE9;
}
</style>