Shades of Dark Orchid #AD24E7
Tints of Dark Orchid #AD24E7
RGB
CMYK
RGB Variations
Color information
#AD24E7 (or 0xAD24E7) is known color: Dark Orchid. HEX triplet: AD, 24 and E7. RGB value is (173,36,231). Sum of RGB (Red+Green+Blue) = 173+36+231=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD24E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD24E7 is #52DB18. Grayscale: #626262. Windows color (decimal): -5430041 or 15148205. OLE color: 15148205.
HSL color Cylindrical-coordinate representation of color #AD24E7: hue angle of 282.15º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD24E7 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 36 | 231 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.09 |
| HSL | 282.15º | 0.8% | 0.52% | - |
| HSV(B) | 282.15º | 0.84% | 0.91% | - |
| XYZ | 32.29 | 15.92 | 76.97 | - |
| YUV | 99.19 | 202.39 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 231 | 0.25 | 0.84 | 0 | 0.09 | 282.15 | 0.8 | 0.52 |
| Hex | AD | 24 | E7 | 19 | 54 | 0 | 9 | 11A | 50 | 34 |
| Octal | 255 | 44 | 347 | 31 | 124 | 0 | 11 | 432 | 120 | 64 |
| Binary | 10101101 | 100100 | 11100111 | 11001 | 1010100 | 0 | 1001 | 100011010 | 1010000 | 110100 |
Color Harmonies of #AD24E7
Complementary color
Monochromatic Colors of #AD24E7
Black with #AD24E7
Text Example
Text Example
White with #AD24E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24E7; }
p { color: rgb(173,36,231); }
H1.HeaderClassName
{
color: #AD24E7;
}
.AnyTagClassName
{
color: #AD24E7;
}
</style>
background-color css
<style>
a { background-color: #AD24E7; }
a { background-color: rgb(173,36,231); }
div.DivClassName
{
background-color: #AD24E7;
}
.BgClassName
{
background-color: #AD24E7;
}
</style>
border-color css
<style>
span { border-color: #AD24E7; }
span { border-color: rgb(173,36,231); }
td.TdClassName
{
border-color: #AD24E7;
}
.TagClassName
{
border-color: #AD24E7;
}
</style>