Shades of Dark Orchid #AB1DCE
Tints of Dark Orchid #AB1DCE
RGB
CMYK
RGB Variations
Color information
#AB1DCE (or 0xAB1DCE) is known color: Dark Orchid. HEX triplet: AB, 1D and CE. RGB value is (171,29,206). Sum of RGB (Red+Green+Blue) = 171+29+206=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB1DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DCE is #54E231. Grayscale: #5B5B5B. Windows color (decimal): -5562930 or 13508011. OLE color: 13508011.
HSL color Cylindrical-coordinate representation of color #AB1DCE: hue angle of 288.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1DCE is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 29 | 206 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.19 |
| HSL | 288.14º | 0.75% | 0.46% | - |
| HSV(B) | 288.14º | 0.86% | 0.81% | - |
| XYZ | 28.37 | 13.99 | 59.6 | - |
| YUV | 91.64 | 192.54 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 206 | 0.17 | 0.86 | 0 | 0.19 | 288.14 | 0.75 | 0.46 |
| Hex | AB | 1D | CE | 11 | 56 | 0 | 13 | 120 | 4B | 2E |
| Octal | 253 | 35 | 316 | 21 | 126 | 0 | 23 | 440 | 113 | 56 |
| Binary | 10101011 | 11101 | 11001110 | 10001 | 1010110 | 0 | 10011 | 100100000 | 1001011 | 101110 |
Color Harmonies of #AB1DCE
Complementary color
Monochromatic Colors of #AB1DCE
Black with #AB1DCE
Text Example
Text Example
White with #AB1DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DCE; }
p { color: rgb(171,29,206); }
H1.HeaderClassName
{
color: #AB1DCE;
}
.AnyTagClassName
{
color: #AB1DCE;
}
</style>
background-color css
<style>
a { background-color: #AB1DCE; }
a { background-color: rgb(171,29,206); }
div.DivClassName
{
background-color: #AB1DCE;
}
.BgClassName
{
background-color: #AB1DCE;
}
</style>
border-color css
<style>
span { border-color: #AB1DCE; }
span { border-color: rgb(171,29,206); }
td.TdClassName
{
border-color: #AB1DCE;
}
.TagClassName
{
border-color: #AB1DCE;
}
</style>