Shades of Dark Orchid #AB31DB
Tints of Dark Orchid #AB31DB
RGB
CMYK
RGB Variations
Color information
#AB31DB (or 0xAB31DB) is known color: Dark Orchid. HEX triplet: AB, 31 and DB. RGB value is (171,49,219). Sum of RGB (Red+Green+Blue) = 171+49+219=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB31DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31DB is #54CE24. Grayscale: #686868. Windows color (decimal): -5557797 or 14365099. OLE color: 14365099.
HSL color Cylindrical-coordinate representation of color #AB31DB: hue angle of 283.06º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB31DB is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 49 | 219 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.14 |
| HSL | 283.06º | 0.7% | 0.53% | - |
| HSV(B) | 283.06º | 0.78% | 0.86% | - |
| XYZ | 30.68 | 15.97 | 68.48 | - |
| YUV | 104.86 | 192.42 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 219 | 0.22 | 0.78 | 0 | 0.14 | 283.06 | 0.7 | 0.53 |
| Hex | AB | 31 | DB | 16 | 4E | 0 | E | 11B | 46 | 35 |
| Octal | 253 | 61 | 333 | 26 | 116 | 0 | 16 | 433 | 106 | 65 |
| Binary | 10101011 | 110001 | 11011011 | 10110 | 1001110 | 0 | 1110 | 100011011 | 1000110 | 110101 |
Color Harmonies of #AB31DB
Complementary color
Monochromatic Colors of #AB31DB
Black with #AB31DB
Text Example
Text Example
White with #AB31DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB31DB; }
p { color: rgb(171,49,219); }
H1.HeaderClassName
{
color: #AB31DB;
}
.AnyTagClassName
{
color: #AB31DB;
}
</style>
background-color css
<style>
a { background-color: #AB31DB; }
a { background-color: rgb(171,49,219); }
div.DivClassName
{
background-color: #AB31DB;
}
.BgClassName
{
background-color: #AB31DB;
}
</style>
border-color css
<style>
span { border-color: #AB31DB; }
span { border-color: rgb(171,49,219); }
td.TdClassName
{
border-color: #AB31DB;
}
.TagClassName
{
border-color: #AB31DB;
}
</style>