Shades of Dark Orchid #AD1ACF
Tints of Dark Orchid #AD1ACF
RGB
CMYK
RGB Variations
Color information
#AD1ACF (or 0xAD1ACF) is known color: Dark Orchid. HEX triplet: AD, 1A and CF. RGB value is (173,26,207). Sum of RGB (Red+Green+Blue) = 173+26+207=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD1ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ACF is #52E530. Grayscale: #5A5A5A. Windows color (decimal): -5432625 or 13572781. OLE color: 13572781.
HSL color Cylindrical-coordinate representation of color #AD1ACF: hue angle of 288.73º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1ACF is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 26 | 207 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.19 |
| HSL | 288.73º | 0.78% | 0.46% | - |
| HSV(B) | 288.73º | 0.87% | 0.81% | - |
| XYZ | 28.87 | 14.13 | 60.24 | - |
| YUV | 90.59 | 193.7 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 207 | 0.16 | 0.87 | 0 | 0.19 | 288.73 | 0.78 | 0.46 |
| Hex | AD | 1A | CF | 10 | 57 | 0 | 13 | 121 | 4E | 2E |
| Octal | 255 | 32 | 317 | 20 | 127 | 0 | 23 | 441 | 116 | 56 |
| Binary | 10101101 | 11010 | 11001111 | 10000 | 1010111 | 0 | 10011 | 100100001 | 1001110 | 101110 |
Color Harmonies of #AD1ACF
Complementary color
Monochromatic Colors of #AD1ACF
Black with #AD1ACF
Text Example
Text Example
White with #AD1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1ACF; }
p { color: rgb(173,26,207); }
H1.HeaderClassName
{
color: #AD1ACF;
}
.AnyTagClassName
{
color: #AD1ACF;
}
</style>
background-color css
<style>
a { background-color: #AD1ACF; }
a { background-color: rgb(173,26,207); }
div.DivClassName
{
background-color: #AD1ACF;
}
.BgClassName
{
background-color: #AD1ACF;
}
</style>
border-color css
<style>
span { border-color: #AD1ACF; }
span { border-color: rgb(173,26,207); }
td.TdClassName
{
border-color: #AD1ACF;
}
.TagClassName
{
border-color: #AD1ACF;
}
</style>