Shades of Dark Orchid #AD19CC
Tints of Dark Orchid #AD19CC
RGB
CMYK
RGB Variations
Color information
#AD19CC (or 0xAD19CC) is known color: Dark Orchid. HEX triplet: AD, 19 and CC. RGB value is (173,25,204). Sum of RGB (Red+Green+Blue) = 173+25+204=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD19CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19CC is #52E633. Grayscale: #595959. Windows color (decimal): -5432884 or 13375917. OLE color: 13375917.
HSL color Cylindrical-coordinate representation of color #AD19CC: hue angle of 289.61º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD19CC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 25 | 204 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.2 |
| HSL | 289.61º | 0.78% | 0.45% | - |
| HSV(B) | 289.61º | 0.88% | 0.8% | - |
| XYZ | 28.48 | 13.94 | 58.32 | - |
| YUV | 89.66 | 192.53 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 204 | 0.15 | 0.88 | 0 | 0.2 | 289.61 | 0.78 | 0.45 |
| Hex | AD | 19 | CC | F | 58 | 0 | 14 | 122 | 4E | 2D |
| Octal | 255 | 31 | 314 | 17 | 130 | 0 | 24 | 442 | 116 | 55 |
| Binary | 10101101 | 11001 | 11001100 | 1111 | 1011000 | 0 | 10100 | 100100010 | 1001110 | 101101 |
Color Harmonies of #AD19CC
Complementary color
Monochromatic Colors of #AD19CC
Black with #AD19CC
Text Example
Text Example
White with #AD19CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19CC; }
p { color: rgb(173,25,204); }
H1.HeaderClassName
{
color: #AD19CC;
}
.AnyTagClassName
{
color: #AD19CC;
}
</style>
background-color css
<style>
a { background-color: #AD19CC; }
a { background-color: rgb(173,25,204); }
div.DivClassName
{
background-color: #AD19CC;
}
.BgClassName
{
background-color: #AD19CC;
}
</style>
border-color css
<style>
span { border-color: #AD19CC; }
span { border-color: rgb(173,25,204); }
td.TdClassName
{
border-color: #AD19CC;
}
.TagClassName
{
border-color: #AD19CC;
}
</style>