Shades of Dark Orchid #A31ED0
Tints of Dark Orchid #A31ED0
RGB
CMYK
RGB Variations
Color information
#A31ED0 (or 0xA31ED0) is known color: Dark Orchid. HEX triplet: A3, 1E and D0. RGB value is (163,30,208). Sum of RGB (Red+Green+Blue) = 163+30+208=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #A31ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31ED0 is #5CE12F. Grayscale: #595959. Windows color (decimal): -6086960 or 13639331. OLE color: 13639331.
HSL color Cylindrical-coordinate representation of color #A31ED0: hue angle of 284.83º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31ED0 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 30 | 208 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.18 |
| HSL | 284.83º | 0.75% | 0.47% | - |
| HSV(B) | 284.83º | 0.86% | 0.82% | - |
| XYZ | 26.95 | 13.27 | 60.82 | - |
| YUV | 90.06 | 194.56 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 208 | 0.22 | 0.86 | 0 | 0.18 | 284.83 | 0.75 | 0.47 |
| Hex | A3 | 1E | D0 | 16 | 56 | 0 | 12 | 11D | 4B | 2F |
| Octal | 243 | 36 | 320 | 26 | 126 | 0 | 22 | 435 | 113 | 57 |
| Binary | 10100011 | 11110 | 11010000 | 10110 | 1010110 | 0 | 10010 | 100011101 | 1001011 | 101111 |
Color Harmonies of #A31ED0
Complementary color
Monochromatic Colors of #A31ED0
Black with #A31ED0
Text Example
Text Example
White with #A31ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31ED0; }
p { color: rgb(163,30,208); }
H1.HeaderClassName
{
color: #A31ED0;
}
.AnyTagClassName
{
color: #A31ED0;
}
</style>
background-color css
<style>
a { background-color: #A31ED0; }
a { background-color: rgb(163,30,208); }
div.DivClassName
{
background-color: #A31ED0;
}
.BgClassName
{
background-color: #A31ED0;
}
</style>
border-color css
<style>
span { border-color: #A31ED0; }
span { border-color: rgb(163,30,208); }
td.TdClassName
{
border-color: #A31ED0;
}
.TagClassName
{
border-color: #A31ED0;
}
</style>