Shades of Dark Orchid #AB1ECB
Tints of Dark Orchid #AB1ECB
RGB
CMYK
RGB Variations
Color information
#AB1ECB (or 0xAB1ECB) is known color: Dark Orchid. HEX triplet: AB, 1E and CB. RGB value is (171,30,203). Sum of RGB (Red+Green+Blue) = 171+30+203=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB1ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1ECB is #54E134. Grayscale: #5B5B5B. Windows color (decimal): -5562677 or 13311659. OLE color: 13311659.
HSL color Cylindrical-coordinate representation of color #AB1ECB: hue angle of 288.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1ECB is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 30 | 203 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.20 |
| HSL | 288.9º | 0.74% | 0.46% | - |
| HSV(B) | 288.9º | 0.85% | 0.8% | - |
| XYZ | 28.04 | 13.9 | 57.7 | - |
| YUV | 91.88 | 190.71 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 203 | 0.16 | 0.85 | 0 | 0.20 | 288.9 | 0.74 | 0.46 |
| Hex | AB | 1E | CB | 10 | 55 | 0 | 14 | 121 | 4A | 2E |
| Octal | 253 | 36 | 313 | 20 | 125 | 0 | 24 | 441 | 112 | 56 |
| Binary | 10101011 | 11110 | 11001011 | 10000 | 1010101 | 0 | 10100 | 100100001 | 1001010 | 101110 |
Color Harmonies of #AB1ECB
Complementary color
Monochromatic Colors of #AB1ECB
Black with #AB1ECB
Text Example
Text Example
White with #AB1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1ECB; }
p { color: rgb(171,30,203); }
H1.HeaderClassName
{
color: #AB1ECB;
}
.AnyTagClassName
{
color: #AB1ECB;
}
</style>
background-color css
<style>
a { background-color: #AB1ECB; }
a { background-color: rgb(171,30,203); }
div.DivClassName
{
background-color: #AB1ECB;
}
.BgClassName
{
background-color: #AB1ECB;
}
</style>
border-color css
<style>
span { border-color: #AB1ECB; }
span { border-color: rgb(171,30,203); }
td.TdClassName
{
border-color: #AB1ECB;
}
.TagClassName
{
border-color: #AB1ECB;
}
</style>