Shades of Dark Orchid #A31DBA
Tints of Dark Orchid #A31DBA
RGB
CMYK
RGB Variations
Color information
#A31DBA (or 0xA31DBA) is known color: Dark Orchid. HEX triplet: A3, 1D and BA. RGB value is (163,29,186). Sum of RGB (Red+Green+Blue) = 163+29+186=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #A31DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DBA is #5CE245. Grayscale: #565656. Windows color (decimal): -6087238 or 12197283. OLE color: 12197283.
HSL color Cylindrical-coordinate representation of color #A31DBA: hue angle of 291.21º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31DBA is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 29 | 186 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.27 |
| HSL | 291.21º | 0.73% | 0.42% | - |
| HSV(B) | 291.21º | 0.84% | 0.73% | - |
| XYZ | 24.41 | 12.21 | 47.52 | - |
| YUV | 86.96 | 183.89 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 186 | 0.12 | 0.84 | 0 | 0.27 | 291.21 | 0.73 | 0.42 |
| Hex | A3 | 1D | BA | C | 54 | 0 | 1B | 123 | 49 | 2A |
| Octal | 243 | 35 | 272 | 14 | 124 | 0 | 33 | 443 | 111 | 52 |
| Binary | 10100011 | 11101 | 10111010 | 1100 | 1010100 | 0 | 11011 | 100100011 | 1001001 | 101010 |
Color Harmonies of #A31DBA
Complementary color
Monochromatic Colors of #A31DBA
Black with #A31DBA
Text Example
Text Example
White with #A31DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DBA; }
p { color: rgb(163,29,186); }
H1.HeaderClassName
{
color: #A31DBA;
}
.AnyTagClassName
{
color: #A31DBA;
}
</style>
background-color css
<style>
a { background-color: #A31DBA; }
a { background-color: rgb(163,29,186); }
div.DivClassName
{
background-color: #A31DBA;
}
.BgClassName
{
background-color: #A31DBA;
}
</style>
border-color css
<style>
span { border-color: #A31DBA; }
span { border-color: rgb(163,29,186); }
td.TdClassName
{
border-color: #A31DBA;
}
.TagClassName
{
border-color: #A31DBA;
}
</style>