Shades of Dark Orchid #AD24D0
Tints of Dark Orchid #AD24D0
RGB
CMYK
RGB Variations
Color information
#AD24D0 (or 0xAD24D0) is known color: Dark Orchid. HEX triplet: AD, 24 and D0. RGB value is (173,36,208). Sum of RGB (Red+Green+Blue) = 173+36+208=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD24D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24D0 is #52DB2F. Grayscale: #606060. Windows color (decimal): -5430064 or 13640877. OLE color: 13640877.
HSL color Cylindrical-coordinate representation of color #AD24D0: hue angle of 287.79º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD24D0 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 36 | 208 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.18 |
| HSL | 287.79º | 0.7% | 0.48% | - |
| HSV(B) | 287.79º | 0.83% | 0.82% | - |
| XYZ | 29.25 | 14.7 | 60.97 | - |
| YUV | 96.57 | 190.89 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 208 | 0.17 | 0.83 | 0 | 0.18 | 287.79 | 0.7 | 0.48 |
| Hex | AD | 24 | D0 | 11 | 53 | 0 | 12 | 120 | 46 | 30 |
| Octal | 255 | 44 | 320 | 21 | 123 | 0 | 22 | 440 | 106 | 60 |
| Binary | 10101101 | 100100 | 11010000 | 10001 | 1010011 | 0 | 10010 | 100100000 | 1000110 | 110000 |
Color Harmonies of #AD24D0
Complementary color
Monochromatic Colors of #AD24D0
Black with #AD24D0
Text Example
Text Example
White with #AD24D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24D0; }
p { color: rgb(173,36,208); }
H1.HeaderClassName
{
color: #AD24D0;
}
.AnyTagClassName
{
color: #AD24D0;
}
</style>
background-color css
<style>
a { background-color: #AD24D0; }
a { background-color: rgb(173,36,208); }
div.DivClassName
{
background-color: #AD24D0;
}
.BgClassName
{
background-color: #AD24D0;
}
</style>
border-color css
<style>
span { border-color: #AD24D0; }
span { border-color: rgb(173,36,208); }
td.TdClassName
{
border-color: #AD24D0;
}
.TagClassName
{
border-color: #AD24D0;
}
</style>