Shades of Dark Orchid #AB31D1
Tints of Dark Orchid #AB31D1
RGB
CMYK
RGB Variations
Color information
#AB31D1 (or 0xAB31D1) is known color: Dark Orchid. HEX triplet: AB, 31 and D1. RGB value is (171,49,209). Sum of RGB (Red+Green+Blue) = 171+49+209=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB31D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31D1 is #54CE2E. Grayscale: #676767. Windows color (decimal): -5557807 or 13709739. OLE color: 13709739.
HSL color Cylindrical-coordinate representation of color #AB31D1: hue angle of 285.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB31D1 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 49 | 209 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.18 |
| HSL | 285.75º | 0.63% | 0.51% | - |
| HSV(B) | 285.75º | 0.77% | 0.82% | - |
| XYZ | 29.4 | 15.46 | 61.76 | - |
| YUV | 103.72 | 187.42 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 209 | 0.18 | 0.77 | 0 | 0.18 | 285.75 | 0.63 | 0.51 |
| Hex | AB | 31 | D1 | 12 | 4D | 0 | 12 | 11E | 3F | 33 |
| Octal | 253 | 61 | 321 | 22 | 115 | 0 | 22 | 436 | 77 | 63 |
| Binary | 10101011 | 110001 | 11010001 | 10010 | 1001101 | 0 | 10010 | 100011110 | 111111 | 110011 |
Color Harmonies of #AB31D1
Complementary color
Monochromatic Colors of #AB31D1
Black with #AB31D1
Text Example
Text Example
White with #AB31D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB31D1; }
p { color: rgb(171,49,209); }
H1.HeaderClassName
{
color: #AB31D1;
}
.AnyTagClassName
{
color: #AB31D1;
}
</style>
background-color css
<style>
a { background-color: #AB31D1; }
a { background-color: rgb(171,49,209); }
div.DivClassName
{
background-color: #AB31D1;
}
.BgClassName
{
background-color: #AB31D1;
}
</style>
border-color css
<style>
span { border-color: #AB31D1; }
span { border-color: rgb(171,49,209); }
td.TdClassName
{
border-color: #AB31D1;
}
.TagClassName
{
border-color: #AB31D1;
}
</style>