Shades of Dark Orchid #A31DCE
Tints of Dark Orchid #A31DCE
RGB
CMYK
RGB Variations
Color information
#A31DCE (or 0xA31DCE) is known color: Dark Orchid. HEX triplet: A3, 1D and CE. RGB value is (163,29,206). Sum of RGB (Red+Green+Blue) = 163+29+206=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #A31DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DCE is #5CE231. Grayscale: #585858. Windows color (decimal): -6087218 or 13508003. OLE color: 13508003.
HSL color Cylindrical-coordinate representation of color #A31DCE: hue angle of 285.42º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31DCE is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 29 | 206 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.19 |
| HSL | 285.42º | 0.75% | 0.46% | - |
| HSV(B) | 285.42º | 0.86% | 0.81% | - |
| XYZ | 26.68 | 13.12 | 59.52 | - |
| YUV | 89.24 | 193.89 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 206 | 0.21 | 0.86 | 0 | 0.19 | 285.42 | 0.75 | 0.46 |
| Hex | A3 | 1D | CE | 15 | 56 | 0 | 13 | 11D | 4B | 2E |
| Octal | 243 | 35 | 316 | 25 | 126 | 0 | 23 | 435 | 113 | 56 |
| Binary | 10100011 | 11101 | 11001110 | 10101 | 1010110 | 0 | 10011 | 100011101 | 1001011 | 101110 |
Color Harmonies of #A31DCE
Complementary color
Monochromatic Colors of #A31DCE
Black with #A31DCE
Text Example
Text Example
White with #A31DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DCE; }
p { color: rgb(163,29,206); }
H1.HeaderClassName
{
color: #A31DCE;
}
.AnyTagClassName
{
color: #A31DCE;
}
</style>
background-color css
<style>
a { background-color: #A31DCE; }
a { background-color: rgb(163,29,206); }
div.DivClassName
{
background-color: #A31DCE;
}
.BgClassName
{
background-color: #A31DCE;
}
</style>
border-color css
<style>
span { border-color: #A31DCE; }
span { border-color: rgb(163,29,206); }
td.TdClassName
{
border-color: #A31DCE;
}
.TagClassName
{
border-color: #A31DCE;
}
</style>