Shades of Dark Orchid #AD24C5
Tints of Dark Orchid #AD24C5
RGB
CMYK
RGB Variations
Color information
#AD24C5 (or 0xAD24C5) is known color: Dark Orchid. HEX triplet: AD, 24 and C5. RGB value is (173,36,197). Sum of RGB (Red+Green+Blue) = 173+36+197=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD24C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24C5 is #52DB3A. Grayscale: #5E5E5E. Windows color (decimal): -5430075 or 12919981. OLE color: 12919981.
HSL color Cylindrical-coordinate representation of color #AD24C5: hue angle of 291.06º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD24C5 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 36 | 197 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.23 |
| HSL | 291.06º | 0.69% | 0.46% | - |
| HSV(B) | 291.06º | 0.82% | 0.77% | - |
| XYZ | 27.94 | 14.18 | 54.09 | - |
| YUV | 95.32 | 185.39 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 197 | 0.12 | 0.82 | 0 | 0.23 | 291.06 | 0.69 | 0.46 |
| Hex | AD | 24 | C5 | C | 52 | 0 | 17 | 123 | 45 | 2E |
| Octal | 255 | 44 | 305 | 14 | 122 | 0 | 27 | 443 | 105 | 56 |
| Binary | 10101101 | 100100 | 11000101 | 1100 | 1010010 | 0 | 10111 | 100100011 | 1000101 | 101110 |
Color Harmonies of #AD24C5
Complementary color
Monochromatic Colors of #AD24C5
Black with #AD24C5
Text Example
Text Example
White with #AD24C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24C5; }
p { color: rgb(173,36,197); }
H1.HeaderClassName
{
color: #AD24C5;
}
.AnyTagClassName
{
color: #AD24C5;
}
</style>
background-color css
<style>
a { background-color: #AD24C5; }
a { background-color: rgb(173,36,197); }
div.DivClassName
{
background-color: #AD24C5;
}
.BgClassName
{
background-color: #AD24C5;
}
</style>
border-color css
<style>
span { border-color: #AD24C5; }
span { border-color: rgb(173,36,197); }
td.TdClassName
{
border-color: #AD24C5;
}
.TagClassName
{
border-color: #AD24C5;
}
</style>