Shades of Dark Orchid #A31DCC
Tints of Dark Orchid #A31DCC
RGB
CMYK
RGB Variations
Color information
#A31DCC (or 0xA31DCC) is known color: Dark Orchid. HEX triplet: A3, 1D and CC. RGB value is (163,29,204). Sum of RGB (Red+Green+Blue) = 163+29+204=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #A31DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DCC is #5CE233. Grayscale: #585858. Windows color (decimal): -6087220 or 13376931. OLE color: 13376931.
HSL color Cylindrical-coordinate representation of color #A31DCC: hue angle of 285.94º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31DCC is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 29 | 204 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.2 |
| HSL | 285.94º | 0.75% | 0.46% | - |
| HSV(B) | 285.94º | 0.86% | 0.8% | - |
| XYZ | 26.44 | 13.02 | 58.25 | - |
| YUV | 89.02 | 192.89 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 204 | 0.20 | 0.86 | 0 | 0.2 | 285.94 | 0.75 | 0.46 |
| Hex | A3 | 1D | CC | 14 | 56 | 0 | 14 | 11E | 4B | 2E |
| Octal | 243 | 35 | 314 | 24 | 126 | 0 | 24 | 436 | 113 | 56 |
| Binary | 10100011 | 11101 | 11001100 | 10100 | 1010110 | 0 | 10100 | 100011110 | 1001011 | 101110 |
Color Harmonies of #A31DCC
Complementary color
Monochromatic Colors of #A31DCC
Black with #A31DCC
Text Example
Text Example
White with #A31DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DCC; }
p { color: rgb(163,29,204); }
H1.HeaderClassName
{
color: #A31DCC;
}
.AnyTagClassName
{
color: #A31DCC;
}
</style>
background-color css
<style>
a { background-color: #A31DCC; }
a { background-color: rgb(163,29,204); }
div.DivClassName
{
background-color: #A31DCC;
}
.BgClassName
{
background-color: #A31DCC;
}
</style>
border-color css
<style>
span { border-color: #A31DCC; }
span { border-color: rgb(163,29,204); }
td.TdClassName
{
border-color: #A31DCC;
}
.TagClassName
{
border-color: #A31DCC;
}
</style>