Shades of Dark Orchid #AD24E8
Tints of Dark Orchid #AD24E8
RGB
CMYK
RGB Variations
Color information
#AD24E8 (or 0xAD24E8) is known color: Dark Orchid. HEX triplet: AD, 24 and E8. RGB value is (173,36,232). Sum of RGB (Red+Green+Blue) = 173+36+232=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD24E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD24E8 is #52DB17. Grayscale: #626262. Windows color (decimal): -5430040 or 15213741. OLE color: 15213741.
HSL color Cylindrical-coordinate representation of color #AD24E8: hue angle of 281.94º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD24E8 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 36 | 232 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.09 |
| HSL | 281.94º | 0.81% | 0.53% | - |
| HSV(B) | 281.94º | 0.84% | 0.91% | - |
| XYZ | 32.43 | 15.97 | 77.72 | - |
| YUV | 99.31 | 202.89 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 232 | 0.25 | 0.84 | 0 | 0.09 | 281.94 | 0.81 | 0.53 |
| Hex | AD | 24 | E8 | 19 | 54 | 0 | 9 | 11A | 51 | 35 |
| Octal | 255 | 44 | 350 | 31 | 124 | 0 | 11 | 432 | 121 | 65 |
| Binary | 10101101 | 100100 | 11101000 | 11001 | 1010100 | 0 | 1001 | 100011010 | 1010001 | 110101 |
Color Harmonies of #AD24E8
Complementary color
Monochromatic Colors of #AD24E8
Black with #AD24E8
Text Example
Text Example
White with #AD24E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24E8; }
p { color: rgb(173,36,232); }
H1.HeaderClassName
{
color: #AD24E8;
}
.AnyTagClassName
{
color: #AD24E8;
}
</style>
background-color css
<style>
a { background-color: #AD24E8; }
a { background-color: rgb(173,36,232); }
div.DivClassName
{
background-color: #AD24E8;
}
.BgClassName
{
background-color: #AD24E8;
}
</style>
border-color css
<style>
span { border-color: #AD24E8; }
span { border-color: rgb(173,36,232); }
td.TdClassName
{
border-color: #AD24E8;
}
.TagClassName
{
border-color: #AD24E8;
}
</style>