Shades of Dark Orchid #AB31D6
Tints of Dark Orchid #AB31D6
RGB
CMYK
RGB Variations
Color information
#AB31D6 (or 0xAB31D6) is known color: Dark Orchid. HEX triplet: AB, 31 and D6. RGB value is (171,49,214). Sum of RGB (Red+Green+Blue) = 171+49+214=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB31D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31D6 is #54CE29. Grayscale: #676767. Windows color (decimal): -5557802 or 14037419. OLE color: 14037419.
HSL color Cylindrical-coordinate representation of color #AB31D6: hue angle of 284.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB31D6 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 49 | 214 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.16 |
| HSL | 284.36º | 0.67% | 0.52% | - |
| HSV(B) | 284.36º | 0.77% | 0.84% | - |
| XYZ | 30.03 | 15.71 | 65.07 | - |
| YUV | 104.29 | 189.92 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 214 | 0.20 | 0.77 | 0 | 0.16 | 284.36 | 0.67 | 0.52 |
| Hex | AB | 31 | D6 | 14 | 4D | 0 | 10 | 11C | 43 | 34 |
| Octal | 253 | 61 | 326 | 24 | 115 | 0 | 20 | 434 | 103 | 64 |
| Binary | 10101011 | 110001 | 11010110 | 10100 | 1001101 | 0 | 10000 | 100011100 | 1000011 | 110100 |
Color Harmonies of #AB31D6
Complementary color
Monochromatic Colors of #AB31D6
Black with #AB31D6
Text Example
Text Example
White with #AB31D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB31D6; }
p { color: rgb(171,49,214); }
H1.HeaderClassName
{
color: #AB31D6;
}
.AnyTagClassName
{
color: #AB31D6;
}
</style>
background-color css
<style>
a { background-color: #AB31D6; }
a { background-color: rgb(171,49,214); }
div.DivClassName
{
background-color: #AB31D6;
}
.BgClassName
{
background-color: #AB31D6;
}
</style>
border-color css
<style>
span { border-color: #AB31D6; }
span { border-color: rgb(171,49,214); }
td.TdClassName
{
border-color: #AB31D6;
}
.TagClassName
{
border-color: #AB31D6;
}
</style>