Shades of Dark Orchid #AD19C5
Tints of Dark Orchid #AD19C5
RGB
CMYK
RGB Variations
Color information
#AD19C5 (or 0xAD19C5) is known color: Dark Orchid. HEX triplet: AD, 19 and C5. RGB value is (173,25,197). Sum of RGB (Red+Green+Blue) = 173+25+197=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD19C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19C5 is #52E63A. Grayscale: #585858. Windows color (decimal): -5432891 or 12917165. OLE color: 12917165.
HSL color Cylindrical-coordinate representation of color #AD19C5: hue angle of 291.63º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD19C5 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 25 | 197 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.23 |
| HSL | 291.63º | 0.77% | 0.44% | - |
| HSV(B) | 291.63º | 0.87% | 0.77% | - |
| XYZ | 27.66 | 13.61 | 53.99 | - |
| YUV | 88.86 | 189.03 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 197 | 0.12 | 0.87 | 0 | 0.23 | 291.63 | 0.77 | 0.44 |
| Hex | AD | 19 | C5 | C | 57 | 0 | 17 | 124 | 4D | 2C |
| Octal | 255 | 31 | 305 | 14 | 127 | 0 | 27 | 444 | 115 | 54 |
| Binary | 10101101 | 11001 | 11000101 | 1100 | 1010111 | 0 | 10111 | 100100100 | 1001101 | 101100 |
Color Harmonies of #AD19C5
Complementary color
Monochromatic Colors of #AD19C5
Black with #AD19C5
Text Example
Text Example
White with #AD19C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19C5; }
p { color: rgb(173,25,197); }
H1.HeaderClassName
{
color: #AD19C5;
}
.AnyTagClassName
{
color: #AD19C5;
}
</style>
background-color css
<style>
a { background-color: #AD19C5; }
a { background-color: rgb(173,25,197); }
div.DivClassName
{
background-color: #AD19C5;
}
.BgClassName
{
background-color: #AD19C5;
}
</style>
border-color css
<style>
span { border-color: #AD19C5; }
span { border-color: rgb(173,25,197); }
td.TdClassName
{
border-color: #AD19C5;
}
.TagClassName
{
border-color: #AD19C5;
}
</style>