Shades of Dark Orchid #AB2FBC
Tints of Dark Orchid #AB2FBC
RGB
CMYK
RGB Variations
Color information
#AB2FBC (or 0xAB2FBC) is known color: Dark Orchid. HEX triplet: AB, 2F and BC. RGB value is (171,47,188). Sum of RGB (Red+Green+Blue) = 171+47+188=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB2FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2FBC is #54D043. Grayscale: #636363. Windows color (decimal): -5558340 or 12332971. OLE color: 12332971.
HSL color Cylindrical-coordinate representation of color #AB2FBC: hue angle of 292.77º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2FBC is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 47 | 188 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.26 |
| HSL | 292.77º | 0.6% | 0.46% | - |
| HSV(B) | 292.77º | 0.75% | 0.74% | - |
| XYZ | 26.89 | 14.32 | 48.92 | - |
| YUV | 100.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 188 | 0.09 | 0.75 | 0 | 0.26 | 292.77 | 0.6 | 0.46 |
| Hex | AB | 2F | BC | 9 | 4B | 0 | 1A | 125 | 3C | 2E |
| Octal | 253 | 57 | 274 | 11 | 113 | 0 | 32 | 445 | 74 | 56 |
| Binary | 10101011 | 101111 | 10111100 | 1001 | 1001011 | 0 | 11010 | 100100101 | 111100 | 101110 |
Color Harmonies of #AB2FBC
Complementary color
Monochromatic Colors of #AB2FBC
Black with #AB2FBC
Text Example
Text Example
White with #AB2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2FBC; }
p { color: rgb(171,47,188); }
H1.HeaderClassName
{
color: #AB2FBC;
}
.AnyTagClassName
{
color: #AB2FBC;
}
</style>
background-color css
<style>
a { background-color: #AB2FBC; }
a { background-color: rgb(171,47,188); }
div.DivClassName
{
background-color: #AB2FBC;
}
.BgClassName
{
background-color: #AB2FBC;
}
</style>
border-color css
<style>
span { border-color: #AB2FBC; }
span { border-color: rgb(171,47,188); }
td.TdClassName
{
border-color: #AB2FBC;
}
.TagClassName
{
border-color: #AB2FBC;
}
</style>