Shades of Dark Orchid #AB1BCE
Tints of Dark Orchid #AB1BCE
RGB
CMYK
RGB Variations
Color information
#AB1BCE (or 0xAB1BCE) is known color: Dark Orchid. HEX triplet: AB, 1B and CE. RGB value is (171,27,206). Sum of RGB (Red+Green+Blue) = 171+27+206=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB1BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BCE is #54E431. Grayscale: #595959. Windows color (decimal): -5563442 or 13507499. OLE color: 13507499.
HSL color Cylindrical-coordinate representation of color #AB1BCE: hue angle of 288.27º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1BCE is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 27 | 206 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.19 |
| HSL | 288.27º | 0.77% | 0.46% | - |
| HSV(B) | 288.27º | 0.87% | 0.81% | - |
| XYZ | 28.33 | 13.9 | 59.58 | - |
| YUV | 90.46 | 193.21 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 206 | 0.17 | 0.87 | 0 | 0.19 | 288.27 | 0.77 | 0.46 |
| Hex | AB | 1B | CE | 11 | 57 | 0 | 13 | 120 | 4D | 2E |
| Octal | 253 | 33 | 316 | 21 | 127 | 0 | 23 | 440 | 115 | 56 |
| Binary | 10101011 | 11011 | 11001110 | 10001 | 1010111 | 0 | 10011 | 100100000 | 1001101 | 101110 |
Color Harmonies of #AB1BCE
Complementary color
Monochromatic Colors of #AB1BCE
Black with #AB1BCE
Text Example
Text Example
White with #AB1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1BCE; }
p { color: rgb(171,27,206); }
H1.HeaderClassName
{
color: #AB1BCE;
}
.AnyTagClassName
{
color: #AB1BCE;
}
</style>
background-color css
<style>
a { background-color: #AB1BCE; }
a { background-color: rgb(171,27,206); }
div.DivClassName
{
background-color: #AB1BCE;
}
.BgClassName
{
background-color: #AB1BCE;
}
</style>
border-color css
<style>
span { border-color: #AB1BCE; }
span { border-color: rgb(171,27,206); }
td.TdClassName
{
border-color: #AB1BCE;
}
.TagClassName
{
border-color: #AB1BCE;
}
</style>