Shades of Dark Orchid #AB31C7
Tints of Dark Orchid #AB31C7
RGB
CMYK
RGB Variations
Color information
#AB31C7 (or 0xAB31C7) is known color: Dark Orchid. HEX triplet: AB, 31 and C7. RGB value is (171,49,199). Sum of RGB (Red+Green+Blue) = 171+49+199=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB31C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31C7 is #54CE38. Grayscale: #666666. Windows color (decimal): -5557817 or 13054379. OLE color: 13054379.
HSL color Cylindrical-coordinate representation of color #AB31C7: hue angle of 288.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB31C7 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 49 | 199 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.22 |
| HSL | 288.8º | 0.6% | 0.49% | - |
| HSV(B) | 288.8º | 0.75% | 0.78% | - |
| XYZ | 28.2 | 14.98 | 55.44 | - |
| YUV | 102.58 | 182.42 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 199 | 0.14 | 0.75 | 0 | 0.22 | 288.8 | 0.6 | 0.49 |
| Hex | AB | 31 | C7 | E | 4B | 0 | 16 | 121 | 3C | 31 |
| Octal | 253 | 61 | 307 | 16 | 113 | 0 | 26 | 441 | 74 | 61 |
| Binary | 10101011 | 110001 | 11000111 | 1110 | 1001011 | 0 | 10110 | 100100001 | 111100 | 110001 |
Color Harmonies of #AB31C7
Complementary color
Monochromatic Colors of #AB31C7
Black with #AB31C7
Text Example
Text Example
White with #AB31C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB31C7; }
p { color: rgb(171,49,199); }
H1.HeaderClassName
{
color: #AB31C7;
}
.AnyTagClassName
{
color: #AB31C7;
}
</style>
background-color css
<style>
a { background-color: #AB31C7; }
a { background-color: rgb(171,49,199); }
div.DivClassName
{
background-color: #AB31C7;
}
.BgClassName
{
background-color: #AB31C7;
}
</style>
border-color css
<style>
span { border-color: #AB31C7; }
span { border-color: rgb(171,49,199); }
td.TdClassName
{
border-color: #AB31C7;
}
.TagClassName
{
border-color: #AB31C7;
}
</style>