Shades of Dark Orchid #AB31EC
Tints of Dark Orchid #AB31EC
RGB
CMYK
RGB Variations
Color information
#AB31EC (or 0xAB31EC) is known color: Dark Orchid. HEX triplet: AB, 31 and EC. RGB value is (171,49,236). Sum of RGB (Red+Green+Blue) = 171+49+236=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB31EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB31EC is #54CE13. Grayscale: #6A6A6A. Windows color (decimal): -5557780 or 15479211. OLE color: 15479211.
HSL color Cylindrical-coordinate representation of color #AB31EC: hue angle of 279.14º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB31EC is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 49 | 236 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.07 |
| HSL | 279.14º | 0.83% | 0.56% | - |
| HSV(B) | 279.14º | 0.79% | 0.93% | - |
| XYZ | 33.03 | 16.91 | 80.88 | - |
| YUV | 106.8 | 200.92 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 236 | 0.28 | 0.79 | 0 | 0.07 | 279.14 | 0.83 | 0.56 |
| Hex | AB | 31 | EC | 1C | 4F | 0 | 7 | 117 | 53 | 38 |
| Octal | 253 | 61 | 354 | 34 | 117 | 0 | 7 | 427 | 123 | 70 |
| Binary | 10101011 | 110001 | 11101100 | 11100 | 1001111 | 0 | 111 | 100010111 | 1010011 | 111000 |
Color Harmonies of #AB31EC
Complementary color
Monochromatic Colors of #AB31EC
Black with #AB31EC
Text Example
Text Example
White with #AB31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB31EC; }
p { color: rgb(171,49,236); }
H1.HeaderClassName
{
color: #AB31EC;
}
.AnyTagClassName
{
color: #AB31EC;
}
</style>
background-color css
<style>
a { background-color: #AB31EC; }
a { background-color: rgb(171,49,236); }
div.DivClassName
{
background-color: #AB31EC;
}
.BgClassName
{
background-color: #AB31EC;
}
</style>
border-color css
<style>
span { border-color: #AB31EC; }
span { border-color: rgb(171,49,236); }
td.TdClassName
{
border-color: #AB31EC;
}
.TagClassName
{
border-color: #AB31EC;
}
</style>