Shades of Dark Orchid #A31ED9
Tints of Dark Orchid #A31ED9
RGB
CMYK
RGB Variations
Color information
#A31ED9 (or 0xA31ED9) is known color: Dark Orchid. HEX triplet: A3, 1E and D9. RGB value is (163,30,217). Sum of RGB (Red+Green+Blue) = 163+30+217=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #A31ED9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31ED9 is #5CE126. Grayscale: #5A5A5A. Windows color (decimal): -6086951 or 14229155. OLE color: 14229155.
HSL color Cylindrical-coordinate representation of color #A31ED9: hue angle of 282.67º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31ED9 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 30 | 217 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.15 |
| HSL | 282.67º | 0.76% | 0.48% | - |
| HSV(B) | 282.67º | 0.86% | 0.85% | - |
| XYZ | 28.09 | 13.72 | 66.81 | - |
| YUV | 91.09 | 199.06 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 217 | 0.25 | 0.86 | 0 | 0.15 | 282.67 | 0.76 | 0.48 |
| Hex | A3 | 1E | D9 | 19 | 56 | 0 | F | 11B | 4C | 30 |
| Octal | 243 | 36 | 331 | 31 | 126 | 0 | 17 | 433 | 114 | 60 |
| Binary | 10100011 | 11110 | 11011001 | 11001 | 1010110 | 0 | 1111 | 100011011 | 1001100 | 110000 |
Color Harmonies of #A31ED9
Complementary color
Monochromatic Colors of #A31ED9
Black with #A31ED9
Text Example
Text Example
White with #A31ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31ED9; }
p { color: rgb(163,30,217); }
H1.HeaderClassName
{
color: #A31ED9;
}
.AnyTagClassName
{
color: #A31ED9;
}
</style>
background-color css
<style>
a { background-color: #A31ED9; }
a { background-color: rgb(163,30,217); }
div.DivClassName
{
background-color: #A31ED9;
}
.BgClassName
{
background-color: #A31ED9;
}
</style>
border-color css
<style>
span { border-color: #A31ED9; }
span { border-color: rgb(163,30,217); }
td.TdClassName
{
border-color: #A31ED9;
}
.TagClassName
{
border-color: #A31ED9;
}
</style>