Shades of Dark Orchid #AB2DBC
Tints of Dark Orchid #AB2DBC
RGB
CMYK
RGB Variations
Color information
#AB2DBC (or 0xAB2DBC) is known color: Dark Orchid. HEX triplet: AB, 2D and BC. RGB value is (171,45,188). Sum of RGB (Red+Green+Blue) = 171+45+188=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB2DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DBC is #54D243. Grayscale: #626262. Windows color (decimal): -5558852 or 12332459. OLE color: 12332459.
HSL color Cylindrical-coordinate representation of color #AB2DBC: hue angle of 292.87º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2DBC is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 45 | 188 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.26 |
| HSL | 292.87º | 0.61% | 0.46% | - |
| HSV(B) | 292.87º | 0.76% | 0.74% | - |
| XYZ | 26.81 | 14.17 | 48.9 | - |
| YUV | 98.98 | 178.24 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 188 | 0.09 | 0.76 | 0 | 0.26 | 292.87 | 0.61 | 0.46 |
| Hex | AB | 2D | BC | 9 | 4C | 0 | 1A | 125 | 3D | 2E |
| Octal | 253 | 55 | 274 | 11 | 114 | 0 | 32 | 445 | 75 | 56 |
| Binary | 10101011 | 101101 | 10111100 | 1001 | 1001100 | 0 | 11010 | 100100101 | 111101 | 101110 |
Color Harmonies of #AB2DBC
Complementary color
Monochromatic Colors of #AB2DBC
Black with #AB2DBC
Text Example
Text Example
White with #AB2DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DBC; }
p { color: rgb(171,45,188); }
H1.HeaderClassName
{
color: #AB2DBC;
}
.AnyTagClassName
{
color: #AB2DBC;
}
</style>
background-color css
<style>
a { background-color: #AB2DBC; }
a { background-color: rgb(171,45,188); }
div.DivClassName
{
background-color: #AB2DBC;
}
.BgClassName
{
background-color: #AB2DBC;
}
</style>
border-color css
<style>
span { border-color: #AB2DBC; }
span { border-color: rgb(171,45,188); }
td.TdClassName
{
border-color: #AB2DBC;
}
.TagClassName
{
border-color: #AB2DBC;
}
</style>