Shades of Dark Orchid #A31DBC
Tints of Dark Orchid #A31DBC
RGB
CMYK
RGB Variations
Color information
#A31DBC (or 0xA31DBC) is known color: Dark Orchid. HEX triplet: A3, 1D and BC. RGB value is (163,29,188). Sum of RGB (Red+Green+Blue) = 163+29+188=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #A31DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DBC is #5CE243. Grayscale: #565656. Windows color (decimal): -6087236 or 12328355. OLE color: 12328355.
HSL color Cylindrical-coordinate representation of color #A31DBC: hue angle of 290.57º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31DBC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 29 | 188 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.26 |
| HSL | 290.57º | 0.73% | 0.43% | - |
| HSV(B) | 290.57º | 0.85% | 0.74% | - |
| XYZ | 24.62 | 12.3 | 48.65 | - |
| YUV | 87.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 188 | 0.13 | 0.85 | 0 | 0.26 | 290.57 | 0.73 | 0.43 |
| Hex | A3 | 1D | BC | D | 55 | 0 | 1A | 123 | 49 | 2B |
| Octal | 243 | 35 | 274 | 15 | 125 | 0 | 32 | 443 | 111 | 53 |
| Binary | 10100011 | 11101 | 10111100 | 1101 | 1010101 | 0 | 11010 | 100100011 | 1001001 | 101011 |
Color Harmonies of #A31DBC
Complementary color
Monochromatic Colors of #A31DBC
Black with #A31DBC
Text Example
Text Example
White with #A31DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DBC; }
p { color: rgb(163,29,188); }
H1.HeaderClassName
{
color: #A31DBC;
}
.AnyTagClassName
{
color: #A31DBC;
}
</style>
background-color css
<style>
a { background-color: #A31DBC; }
a { background-color: rgb(163,29,188); }
div.DivClassName
{
background-color: #A31DBC;
}
.BgClassName
{
background-color: #A31DBC;
}
</style>
border-color css
<style>
span { border-color: #A31DBC; }
span { border-color: rgb(163,29,188); }
td.TdClassName
{
border-color: #A31DBC;
}
.TagClassName
{
border-color: #A31DBC;
}
</style>