Shades of Dark Orchid #AB31DC
Tints of Dark Orchid #AB31DC
RGB
CMYK
RGB Variations
Color information
#AB31DC (or 0xAB31DC) is known color: Dark Orchid. HEX triplet: AB, 31 and DC. RGB value is (171,49,220). Sum of RGB (Red+Green+Blue) = 171+49+220=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB31DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31DC is #54CE23. Grayscale: #686868. Windows color (decimal): -5557796 or 14430635. OLE color: 14430635.
HSL color Cylindrical-coordinate representation of color #AB31DC: hue angle of 282.81º degrees, saturation: 0.71, 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 #AB31DC is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 49 | 220 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.14 |
| HSL | 282.81º | 0.71% | 0.53% | - |
| HSV(B) | 282.81º | 0.78% | 0.86% | - |
| XYZ | 30.81 | 16.02 | 69.18 | - |
| YUV | 104.97 | 192.92 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 220 | 0.22 | 0.78 | 0 | 0.14 | 282.81 | 0.71 | 0.53 |
| Hex | AB | 31 | DC | 16 | 4E | 0 | E | 11B | 47 | 35 |
| Octal | 253 | 61 | 334 | 26 | 116 | 0 | 16 | 433 | 107 | 65 |
| Binary | 10101011 | 110001 | 11011100 | 10110 | 1001110 | 0 | 1110 | 100011011 | 1000111 | 110101 |
Color Harmonies of #AB31DC
Complementary color
Monochromatic Colors of #AB31DC
Black with #AB31DC
Text Example
Text Example
White with #AB31DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB31DC; }
p { color: rgb(171,49,220); }
H1.HeaderClassName
{
color: #AB31DC;
}
.AnyTagClassName
{
color: #AB31DC;
}
</style>
background-color css
<style>
a { background-color: #AB31DC; }
a { background-color: rgb(171,49,220); }
div.DivClassName
{
background-color: #AB31DC;
}
.BgClassName
{
background-color: #AB31DC;
}
</style>
border-color css
<style>
span { border-color: #AB31DC; }
span { border-color: rgb(171,49,220); }
td.TdClassName
{
border-color: #AB31DC;
}
.TagClassName
{
border-color: #AB31DC;
}
</style>