Shades of Dark Orchid #AB1CBC
Tints of Dark Orchid #AB1CBC
RGB
CMYK
RGB Variations
Color information
#AB1CBC (or 0xAB1CBC) is known color: Dark Orchid. HEX triplet: AB, 1C and BC. RGB value is (171,28,188). Sum of RGB (Red+Green+Blue) = 171+28+188=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB1CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CBC is #54E343. Grayscale: #585858. Windows color (decimal): -5563204 or 12328107. OLE color: 12328107.
HSL color Cylindrical-coordinate representation of color #AB1CBC: hue angle of 293.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1CBC is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 28 | 188 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.26 |
| HSL | 293.63º | 0.74% | 0.42% | - |
| HSV(B) | 293.63º | 0.85% | 0.74% | - |
| XYZ | 26.29 | 13.12 | 48.72 | - |
| YUV | 89 | 183.88 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 188 | 0.09 | 0.85 | 0 | 0.26 | 293.63 | 0.74 | 0.42 |
| Hex | AB | 1C | BC | 9 | 55 | 0 | 1A | 126 | 4A | 2A |
| Octal | 253 | 34 | 274 | 11 | 125 | 0 | 32 | 446 | 112 | 52 |
| Binary | 10101011 | 11100 | 10111100 | 1001 | 1010101 | 0 | 11010 | 100100110 | 1001010 | 101010 |
Color Harmonies of #AB1CBC
Complementary color
Monochromatic Colors of #AB1CBC
Black with #AB1CBC
Text Example
Text Example
White with #AB1CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1CBC; }
p { color: rgb(171,28,188); }
H1.HeaderClassName
{
color: #AB1CBC;
}
.AnyTagClassName
{
color: #AB1CBC;
}
</style>
background-color css
<style>
a { background-color: #AB1CBC; }
a { background-color: rgb(171,28,188); }
div.DivClassName
{
background-color: #AB1CBC;
}
.BgClassName
{
background-color: #AB1CBC;
}
</style>
border-color css
<style>
span { border-color: #AB1CBC; }
span { border-color: rgb(171,28,188); }
td.TdClassName
{
border-color: #AB1CBC;
}
.TagClassName
{
border-color: #AB1CBC;
}
</style>