Shades of Dark Orchid #AD24BE
Tints of Dark Orchid #AD24BE
RGB
CMYK
RGB Variations
Color information
#AD24BE (or 0xAD24BE) is known color: Dark Orchid. HEX triplet: AD, 24 and BE. RGB value is (173,36,190). Sum of RGB (Red+Green+Blue) = 173+36+190=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD24BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24BE is #52DB41. Grayscale: #5E5E5E. Windows color (decimal): -5430082 or 12461229. OLE color: 12461229.
HSL color Cylindrical-coordinate representation of color #AD24BE: hue angle of 293.38º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD24BE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 36 | 190 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.25 |
| HSL | 293.38º | 0.68% | 0.44% | - |
| HSV(B) | 293.38º | 0.81% | 0.75% | - |
| XYZ | 27.16 | 13.86 | 49.96 | - |
| YUV | 94.52 | 181.89 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 190 | 0.09 | 0.81 | 0 | 0.25 | 293.38 | 0.68 | 0.44 |
| Hex | AD | 24 | BE | 9 | 51 | 0 | 19 | 125 | 44 | 2C |
| Octal | 255 | 44 | 276 | 11 | 121 | 0 | 31 | 445 | 104 | 54 |
| Binary | 10101101 | 100100 | 10111110 | 1001 | 1010001 | 0 | 11001 | 100100101 | 1000100 | 101100 |
Color Harmonies of #AD24BE
Complementary color
Monochromatic Colors of #AD24BE
Black with #AD24BE
Text Example
Text Example
White with #AD24BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24BE; }
p { color: rgb(173,36,190); }
H1.HeaderClassName
{
color: #AD24BE;
}
.AnyTagClassName
{
color: #AD24BE;
}
</style>
background-color css
<style>
a { background-color: #AD24BE; }
a { background-color: rgb(173,36,190); }
div.DivClassName
{
background-color: #AD24BE;
}
.BgClassName
{
background-color: #AD24BE;
}
</style>
border-color css
<style>
span { border-color: #AD24BE; }
span { border-color: rgb(173,36,190); }
td.TdClassName
{
border-color: #AD24BE;
}
.TagClassName
{
border-color: #AD24BE;
}
</style>