Shades of Dark Orchid #AD24AC
Tints of Dark Orchid #AD24AC
RGB
CMYK
RGB Variations
Color information
#AD24AC (or 0xAD24AC) is known color: Dark Orchid. HEX triplet: AD, 24 and AC. RGB value is (173,36,172). Sum of RGB (Red+Green+Blue) = 173+36+172=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD24AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD24AC is #52DB53. Grayscale: #5C5C5C. Windows color (decimal): -5430100 or 11281581. OLE color: 11281581.
HSL color Cylindrical-coordinate representation of color #AD24AC: hue angle of 300.44º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD24AC is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 172 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.32 |
| HSL | 300.44º | 0.66% | 0.41% | - |
| HSV(B) | 300.44º | 0.79% | 0.68% | - |
| XYZ | 25.31 | 13.12 | 40.23 | - |
| YUV | 92.47 | 172.89 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 172 | 0 | 0.79 | 0.01 | 0.32 | 300.44 | 0.66 | 0.41 |
| Hex | AD | 24 | AC | 0 | 4F | 1 | 20 | 12C | 42 | 29 |
| Octal | 255 | 44 | 254 | 0 | 117 | 1 | 40 | 454 | 102 | 51 |
| Binary | 10101101 | 100100 | 10101100 | 0 | 1001111 | 1 | 100000 | 100101100 | 1000010 | 101001 |
Color Harmonies of #AD24AC
Complementary color
Monochromatic Colors of #AD24AC
Black with #AD24AC
Text Example
Text Example
White with #AD24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24AC; }
p { color: rgb(173,36,172); }
H1.HeaderClassName
{
color: #AD24AC;
}
.AnyTagClassName
{
color: #AD24AC;
}
</style>
background-color css
<style>
a { background-color: #AD24AC; }
a { background-color: rgb(173,36,172); }
div.DivClassName
{
background-color: #AD24AC;
}
.BgClassName
{
background-color: #AD24AC;
}
</style>
border-color css
<style>
span { border-color: #AD24AC; }
span { border-color: rgb(173,36,172); }
td.TdClassName
{
border-color: #AD24AC;
}
.TagClassName
{
border-color: #AD24AC;
}
</style>