Shades of Dark Orchid #AB2CBC
Tints of Dark Orchid #AB2CBC
RGB
CMYK
RGB Variations
Color information
#AB2CBC (or 0xAB2CBC) is known color: Dark Orchid. HEX triplet: AB, 2C and BC. RGB value is (171,44,188). Sum of RGB (Red+Green+Blue) = 171+44+188=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB2CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CBC is #54D343. Grayscale: #616161. Windows color (decimal): -5559108 or 12332203. OLE color: 12332203.
HSL color Cylindrical-coordinate representation of color #AB2CBC: hue angle of 292.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2CBC is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 44 | 188 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.26 |
| HSL | 292.92º | 0.62% | 0.45% | - |
| HSV(B) | 292.92º | 0.77% | 0.74% | - |
| XYZ | 26.77 | 14.09 | 48.89 | - |
| YUV | 98.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 188 | 0.09 | 0.77 | 0 | 0.26 | 292.92 | 0.62 | 0.45 |
| Hex | AB | 2C | BC | 9 | 4D | 0 | 1A | 125 | 3E | 2D |
| Octal | 253 | 54 | 274 | 11 | 115 | 0 | 32 | 445 | 76 | 55 |
| Binary | 10101011 | 101100 | 10111100 | 1001 | 1001101 | 0 | 11010 | 100100101 | 111110 | 101101 |
Color Harmonies of #AB2CBC
Complementary color
Monochromatic Colors of #AB2CBC
Black with #AB2CBC
Text Example
Text Example
White with #AB2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2CBC; }
p { color: rgb(171,44,188); }
H1.HeaderClassName
{
color: #AB2CBC;
}
.AnyTagClassName
{
color: #AB2CBC;
}
</style>
background-color css
<style>
a { background-color: #AB2CBC; }
a { background-color: rgb(171,44,188); }
div.DivClassName
{
background-color: #AB2CBC;
}
.BgClassName
{
background-color: #AB2CBC;
}
</style>
border-color css
<style>
span { border-color: #AB2CBC; }
span { border-color: rgb(171,44,188); }
td.TdClassName
{
border-color: #AB2CBC;
}
.TagClassName
{
border-color: #AB2CBC;
}
</style>