Shades of Dark Orchid #AD1CB7
Tints of Dark Orchid #AD1CB7
RGB
CMYK
RGB Variations
Color information
#AD1CB7 (or 0xAD1CB7) is known color: Dark Orchid. HEX triplet: AD, 1C and B7. RGB value is (173,28,183). Sum of RGB (Red+Green+Blue) = 173+28+183=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD1CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1CB7 is #52E348. Grayscale: #585858. Windows color (decimal): -5432137 or 12000429. OLE color: 12000429.
HSL color Cylindrical-coordinate representation of color #AD1CB7: hue angle of 296.13º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1CB7 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 28 | 183 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.28 |
| HSL | 296.13º | 0.73% | 0.41% | - |
| HSV(B) | 296.13º | 0.85% | 0.72% | - |
| XYZ | 26.2 | 13.13 | 45.95 | - |
| YUV | 89.03 | 181.04 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 183 | 0.05 | 0.85 | 0 | 0.28 | 296.13 | 0.73 | 0.41 |
| Hex | AD | 1C | B7 | 5 | 55 | 0 | 1C | 128 | 49 | 29 |
| Octal | 255 | 34 | 267 | 5 | 125 | 0 | 34 | 450 | 111 | 51 |
| Binary | 10101101 | 11100 | 10110111 | 101 | 1010101 | 0 | 11100 | 100101000 | 1001001 | 101001 |
Color Harmonies of #AD1CB7
Complementary color
Monochromatic Colors of #AD1CB7
Black with #AD1CB7
Text Example
Text Example
White with #AD1CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CB7; }
p { color: rgb(173,28,183); }
H1.HeaderClassName
{
color: #AD1CB7;
}
.AnyTagClassName
{
color: #AD1CB7;
}
</style>
background-color css
<style>
a { background-color: #AD1CB7; }
a { background-color: rgb(173,28,183); }
div.DivClassName
{
background-color: #AD1CB7;
}
.BgClassName
{
background-color: #AD1CB7;
}
</style>
border-color css
<style>
span { border-color: #AD1CB7; }
span { border-color: rgb(173,28,183); }
td.TdClassName
{
border-color: #AD1CB7;
}
.TagClassName
{
border-color: #AD1CB7;
}
</style>