Shades of Dark Orchid #A31DBF
Tints of Dark Orchid #A31DBF
RGB
CMYK
RGB Variations
Color information
#A31DBF (or 0xA31DBF) is known color: Dark Orchid. HEX triplet: A3, 1D and BF. RGB value is (163,29,191). Sum of RGB (Red+Green+Blue) = 163+29+191=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #A31DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DBF is #5CE240. Grayscale: #575757. Windows color (decimal): -6087233 or 12524963. OLE color: 12524963.
HSL color Cylindrical-coordinate representation of color #A31DBF: hue angle of 289.63º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31DBF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 29 | 191 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.25 |
| HSL | 289.63º | 0.74% | 0.43% | - |
| HSV(B) | 289.63º | 0.85% | 0.75% | - |
| XYZ | 24.95 | 12.43 | 50.37 | - |
| YUV | 87.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 191 | 0.15 | 0.85 | 0 | 0.25 | 289.63 | 0.74 | 0.43 |
| Hex | A3 | 1D | BF | F | 55 | 0 | 19 | 122 | 4A | 2B |
| Octal | 243 | 35 | 277 | 17 | 125 | 0 | 31 | 442 | 112 | 53 |
| Binary | 10100011 | 11101 | 10111111 | 1111 | 1010101 | 0 | 11001 | 100100010 | 1001010 | 101011 |
Color Harmonies of #A31DBF
Complementary color
Monochromatic Colors of #A31DBF
Black with #A31DBF
Text Example
Text Example
White with #A31DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DBF; }
p { color: rgb(163,29,191); }
H1.HeaderClassName
{
color: #A31DBF;
}
.AnyTagClassName
{
color: #A31DBF;
}
</style>
background-color css
<style>
a { background-color: #A31DBF; }
a { background-color: rgb(163,29,191); }
div.DivClassName
{
background-color: #A31DBF;
}
.BgClassName
{
background-color: #A31DBF;
}
</style>
border-color css
<style>
span { border-color: #A31DBF; }
span { border-color: rgb(163,29,191); }
td.TdClassName
{
border-color: #A31DBF;
}
.TagClassName
{
border-color: #A31DBF;
}
</style>