Shades of Dark Orchid #AD1BC5
Tints of Dark Orchid #AD1BC5
RGB
CMYK
RGB Variations
Color information
#AD1BC5 (or 0xAD1BC5) is known color: Dark Orchid. HEX triplet: AD, 1B and C5. RGB value is (173,27,197). Sum of RGB (Red+Green+Blue) = 173+27+197=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD1BC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BC5 is #52E43A. Grayscale: #595959. Windows color (decimal): -5432379 or 12917677. OLE color: 12917677.
HSL color Cylindrical-coordinate representation of color #AD1BC5: hue angle of 291.53º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1BC5 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 27 | 197 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.23 |
| HSL | 291.53º | 0.76% | 0.44% | - |
| HSV(B) | 291.53º | 0.86% | 0.77% | - |
| XYZ | 27.7 | 13.7 | 54.01 | - |
| YUV | 90.03 | 188.37 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 197 | 0.12 | 0.86 | 0 | 0.23 | 291.53 | 0.76 | 0.44 |
| Hex | AD | 1B | C5 | C | 56 | 0 | 17 | 124 | 4C | 2C |
| Octal | 255 | 33 | 305 | 14 | 126 | 0 | 27 | 444 | 114 | 54 |
| Binary | 10101101 | 11011 | 11000101 | 1100 | 1010110 | 0 | 10111 | 100100100 | 1001100 | 101100 |
Color Harmonies of #AD1BC5
Complementary color
Monochromatic Colors of #AD1BC5
Black with #AD1BC5
Text Example
Text Example
White with #AD1BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BC5; }
p { color: rgb(173,27,197); }
H1.HeaderClassName
{
color: #AD1BC5;
}
.AnyTagClassName
{
color: #AD1BC5;
}
</style>
background-color css
<style>
a { background-color: #AD1BC5; }
a { background-color: rgb(173,27,197); }
div.DivClassName
{
background-color: #AD1BC5;
}
.BgClassName
{
background-color: #AD1BC5;
}
</style>
border-color css
<style>
span { border-color: #AD1BC5; }
span { border-color: rgb(173,27,197); }
td.TdClassName
{
border-color: #AD1BC5;
}
.TagClassName
{
border-color: #AD1BC5;
}
</style>