Shades of Dark Orchid #AD1CAB
Tints of Dark Orchid #AD1CAB
RGB
CMYK
RGB Variations
Color information
#AD1CAB (or 0xAD1CAB) is known color: Dark Orchid. HEX triplet: AD, 1C and AB. RGB value is (173,28,171). Sum of RGB (Red+Green+Blue) = 173+28+171=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1CAB is #52E354. Grayscale: #575757. Windows color (decimal): -5432149 or 11213997. OLE color: 11213997.
HSL color Cylindrical-coordinate representation of color #AD1CAB: hue angle of 300.83º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1CAB is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 171 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.32 |
| HSL | 300.83º | 0.72% | 0.39% | - |
| HSV(B) | 300.83º | 0.84% | 0.68% | - |
| XYZ | 25 | 12.66 | 39.65 | - |
| YUV | 87.66 | 175.04 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 171 | 0 | 0.84 | 0.01 | 0.32 | 300.83 | 0.72 | 0.39 |
| Hex | AD | 1C | AB | 0 | 54 | 1 | 20 | 12D | 48 | 27 |
| Octal | 255 | 34 | 253 | 0 | 124 | 1 | 40 | 455 | 110 | 47 |
| Binary | 10101101 | 11100 | 10101011 | 0 | 1010100 | 1 | 100000 | 100101101 | 1001000 | 100111 |
Color Harmonies of #AD1CAB
Complementary color
Monochromatic Colors of #AD1CAB
Black with #AD1CAB
Text Example
Text Example
White with #AD1CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CAB; }
p { color: rgb(173,28,171); }
H1.HeaderClassName
{
color: #AD1CAB;
}
.AnyTagClassName
{
color: #AD1CAB;
}
</style>
background-color css
<style>
a { background-color: #AD1CAB; }
a { background-color: rgb(173,28,171); }
div.DivClassName
{
background-color: #AD1CAB;
}
.BgClassName
{
background-color: #AD1CAB;
}
</style>
border-color css
<style>
span { border-color: #AD1CAB; }
span { border-color: rgb(173,28,171); }
td.TdClassName
{
border-color: #AD1CAB;
}
.TagClassName
{
border-color: #AD1CAB;
}
</style>