Shades of Dark Orchid #AB1DCC
Tints of Dark Orchid #AB1DCC
RGB
CMYK
RGB Variations
Color information
#AB1DCC (or 0xAB1DCC) is known color: Dark Orchid. HEX triplet: AB, 1D and CC. RGB value is (171,29,204). Sum of RGB (Red+Green+Blue) = 171+29+204=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB1DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DCC is #54E233. Grayscale: #5A5A5A. Windows color (decimal): -5562932 or 13376939. OLE color: 13376939.
HSL color Cylindrical-coordinate representation of color #AB1DCC: hue angle of 288.69º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1DCC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 29 | 204 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.2 |
| HSL | 288.69º | 0.75% | 0.46% | - |
| HSV(B) | 288.69º | 0.86% | 0.8% | - |
| XYZ | 28.13 | 13.9 | 58.33 | - |
| YUV | 91.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 204 | 0.16 | 0.86 | 0 | 0.2 | 288.69 | 0.75 | 0.46 |
| Hex | AB | 1D | CC | 10 | 56 | 0 | 14 | 121 | 4B | 2E |
| Octal | 253 | 35 | 314 | 20 | 126 | 0 | 24 | 441 | 113 | 56 |
| Binary | 10101011 | 11101 | 11001100 | 10000 | 1010110 | 0 | 10100 | 100100001 | 1001011 | 101110 |
Color Harmonies of #AB1DCC
Complementary color
Monochromatic Colors of #AB1DCC
Black with #AB1DCC
Text Example
Text Example
White with #AB1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DCC; }
p { color: rgb(171,29,204); }
H1.HeaderClassName
{
color: #AB1DCC;
}
.AnyTagClassName
{
color: #AB1DCC;
}
</style>
background-color css
<style>
a { background-color: #AB1DCC; }
a { background-color: rgb(171,29,204); }
div.DivClassName
{
background-color: #AB1DCC;
}
.BgClassName
{
background-color: #AB1DCC;
}
</style>
border-color css
<style>
span { border-color: #AB1DCC; }
span { border-color: rgb(171,29,204); }
td.TdClassName
{
border-color: #AB1DCC;
}
.TagClassName
{
border-color: #AB1DCC;
}
</style>