Shades of Dark Orchid #A31DD1
Tints of Dark Orchid #A31DD1
RGB
CMYK
RGB Variations
Color information
#A31DD1 (or 0xA31DD1) is known color: Dark Orchid. HEX triplet: A3, 1D and D1. RGB value is (163,29,209). Sum of RGB (Red+Green+Blue) = 163+29+209=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #A31DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DD1 is #5CE22E. Grayscale: #585858. Windows color (decimal): -6087215 or 13704611. OLE color: 13704611.
HSL color Cylindrical-coordinate representation of color #A31DD1: hue angle of 284.67º degrees, saturation: 0.76, 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 #A31DD1 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 29 | 209 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.18 |
| HSL | 284.67º | 0.76% | 0.47% | - |
| HSV(B) | 284.67º | 0.86% | 0.82% | - |
| XYZ | 27.05 | 13.27 | 61.46 | - |
| YUV | 89.59 | 195.39 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 209 | 0.22 | 0.86 | 0 | 0.18 | 284.67 | 0.76 | 0.47 |
| Hex | A3 | 1D | D1 | 16 | 56 | 0 | 12 | 11D | 4C | 2F |
| Octal | 243 | 35 | 321 | 26 | 126 | 0 | 22 | 435 | 114 | 57 |
| Binary | 10100011 | 11101 | 11010001 | 10110 | 1010110 | 0 | 10010 | 100011101 | 1001100 | 101111 |
Color Harmonies of #A31DD1
Complementary color
Monochromatic Colors of #A31DD1
Black with #A31DD1
Text Example
Text Example
White with #A31DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DD1; }
p { color: rgb(163,29,209); }
H1.HeaderClassName
{
color: #A31DD1;
}
.AnyTagClassName
{
color: #A31DD1;
}
</style>
background-color css
<style>
a { background-color: #A31DD1; }
a { background-color: rgb(163,29,209); }
div.DivClassName
{
background-color: #A31DD1;
}
.BgClassName
{
background-color: #A31DD1;
}
</style>
border-color css
<style>
span { border-color: #A31DD1; }
span { border-color: rgb(163,29,209); }
td.TdClassName
{
border-color: #A31DD1;
}
.TagClassName
{
border-color: #A31DD1;
}
</style>