Shades of Dark Orchid #AB31D0
Tints of Dark Orchid #AB31D0
RGB
CMYK
RGB Variations
Color information
#AB31D0 (or 0xAB31D0) is known color: Dark Orchid. HEX triplet: AB, 31 and D0. RGB value is (171,49,208). Sum of RGB (Red+Green+Blue) = 171+49+208=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB31D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31D0 is #54CE2F. Grayscale: #676767. Windows color (decimal): -5557808 or 13644203. OLE color: 13644203.
HSL color Cylindrical-coordinate representation of color #AB31D0: hue angle of 286.04º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB31D0 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 49 | 208 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.18 |
| HSL | 286.04º | 0.63% | 0.5% | - |
| HSV(B) | 286.04º | 0.76% | 0.82% | - |
| XYZ | 29.28 | 15.41 | 61.11 | - |
| YUV | 103.6 | 186.92 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 208 | 0.18 | 0.76 | 0 | 0.18 | 286.04 | 0.63 | 0.5 |
| Hex | AB | 31 | D0 | 12 | 4C | 0 | 12 | 11E | 3F | 32 |
| Octal | 253 | 61 | 320 | 22 | 114 | 0 | 22 | 436 | 77 | 62 |
| Binary | 10101011 | 110001 | 11010000 | 10010 | 1001100 | 0 | 10010 | 100011110 | 111111 | 110010 |
Color Harmonies of #AB31D0
Complementary color
Monochromatic Colors of #AB31D0
Black with #AB31D0
Text Example
Text Example
White with #AB31D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB31D0; }
p { color: rgb(171,49,208); }
H1.HeaderClassName
{
color: #AB31D0;
}
.AnyTagClassName
{
color: #AB31D0;
}
</style>
background-color css
<style>
a { background-color: #AB31D0; }
a { background-color: rgb(171,49,208); }
div.DivClassName
{
background-color: #AB31D0;
}
.BgClassName
{
background-color: #AB31D0;
}
</style>
border-color css
<style>
span { border-color: #AB31D0; }
span { border-color: rgb(171,49,208); }
td.TdClassName
{
border-color: #AB31D0;
}
.TagClassName
{
border-color: #AB31D0;
}
</style>