Shades of Dark Orchid #AB31BB
Tints of Dark Orchid #AB31BB
RGB
CMYK
RGB Variations
Color information
#AB31BB (or 0xAB31BB) is known color: Dark Orchid. HEX triplet: AB, 31 and BB. RGB value is (171,49,187). Sum of RGB (Red+Green+Blue) = 171+49+187=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB31BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31BB is #54CE44. Grayscale: #646464. Windows color (decimal): -5557829 or 12267947. OLE color: 12267947.
HSL color Cylindrical-coordinate representation of color #AB31BB: hue angle of 293.04º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB31BB is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 49 | 187 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.27 |
| HSL | 293.04º | 0.58% | 0.46% | - |
| HSV(B) | 293.04º | 0.74% | 0.73% | - |
| XYZ | 26.86 | 14.44 | 48.39 | - |
| YUV | 101.21 | 176.42 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 187 | 0.09 | 0.74 | 0 | 0.27 | 293.04 | 0.58 | 0.46 |
| Hex | AB | 31 | BB | 9 | 4A | 0 | 1B | 125 | 3A | 2E |
| Octal | 253 | 61 | 273 | 11 | 112 | 0 | 33 | 445 | 72 | 56 |
| Binary | 10101011 | 110001 | 10111011 | 1001 | 1001010 | 0 | 11011 | 100100101 | 111010 | 101110 |
Color Harmonies of #AB31BB
Complementary color
Monochromatic Colors of #AB31BB
Black with #AB31BB
Text Example
Text Example
White with #AB31BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB31BB; }
p { color: rgb(171,49,187); }
H1.HeaderClassName
{
color: #AB31BB;
}
.AnyTagClassName
{
color: #AB31BB;
}
</style>
background-color css
<style>
a { background-color: #AB31BB; }
a { background-color: rgb(171,49,187); }
div.DivClassName
{
background-color: #AB31BB;
}
.BgClassName
{
background-color: #AB31BB;
}
</style>
border-color css
<style>
span { border-color: #AB31BB; }
span { border-color: rgb(171,49,187); }
td.TdClassName
{
border-color: #AB31BB;
}
.TagClassName
{
border-color: #AB31BB;
}
</style>