Shades of Dark Orchid #AD1BCB
Tints of Dark Orchid #AD1BCB
RGB
CMYK
RGB Variations
Color information
#AD1BCB (or 0xAD1BCB) is known color: Dark Orchid. HEX triplet: AD, 1B and CB. RGB value is (173,27,203). Sum of RGB (Red+Green+Blue) = 173+27+203=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD1BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BCB is #52E434. Grayscale: #5A5A5A. Windows color (decimal): -5432373 or 13310893. OLE color: 13310893.
HSL color Cylindrical-coordinate representation of color #AD1BCB: hue angle of 289.77º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1BCB is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 27 | 203 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.20 |
| HSL | 289.77º | 0.77% | 0.45% | - |
| HSV(B) | 289.77º | 0.87% | 0.8% | - |
| XYZ | 28.41 | 13.98 | 57.7 | - |
| YUV | 90.72 | 191.37 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 203 | 0.15 | 0.87 | 0 | 0.20 | 289.77 | 0.77 | 0.45 |
| Hex | AD | 1B | CB | F | 57 | 0 | 14 | 122 | 4D | 2D |
| Octal | 255 | 33 | 313 | 17 | 127 | 0 | 24 | 442 | 115 | 55 |
| Binary | 10101101 | 11011 | 11001011 | 1111 | 1010111 | 0 | 10100 | 100100010 | 1001101 | 101101 |
Color Harmonies of #AD1BCB
Complementary color
Monochromatic Colors of #AD1BCB
Black with #AD1BCB
Text Example
Text Example
White with #AD1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BCB; }
p { color: rgb(173,27,203); }
H1.HeaderClassName
{
color: #AD1BCB;
}
.AnyTagClassName
{
color: #AD1BCB;
}
</style>
background-color css
<style>
a { background-color: #AD1BCB; }
a { background-color: rgb(173,27,203); }
div.DivClassName
{
background-color: #AD1BCB;
}
.BgClassName
{
background-color: #AD1BCB;
}
</style>
border-color css
<style>
span { border-color: #AD1BCB; }
span { border-color: rgb(173,27,203); }
td.TdClassName
{
border-color: #AD1BCB;
}
.TagClassName
{
border-color: #AD1BCB;
}
</style>