Shades of Dark Orchid #A31DB1
Tints of Dark Orchid #A31DB1
RGB
CMYK
RGB Variations
Color information
#A31DB1 (or 0xA31DB1) is known color: Dark Orchid. HEX triplet: A3, 1D and B1. RGB value is (163,29,177). Sum of RGB (Red+Green+Blue) = 163+29+177=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #A31DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31DB1 is #5CE24E. Grayscale: #555555. Windows color (decimal): -6087247 or 11607459. OLE color: 11607459.
HSL color Cylindrical-coordinate representation of color #A31DB1: hue angle of 294.32º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31DB1 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 29 | 177 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.31 |
| HSL | 294.32º | 0.72% | 0.4% | - |
| HSV(B) | 294.32º | 0.84% | 0.69% | - |
| XYZ | 23.48 | 11.84 | 42.64 | - |
| YUV | 85.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 177 | 0.08 | 0.84 | 0 | 0.31 | 294.32 | 0.72 | 0.4 |
| Hex | A3 | 1D | B1 | 8 | 54 | 0 | 1F | 126 | 48 | 28 |
| Octal | 243 | 35 | 261 | 10 | 124 | 0 | 37 | 446 | 110 | 50 |
| Binary | 10100011 | 11101 | 10110001 | 1000 | 1010100 | 0 | 11111 | 100100110 | 1001000 | 101000 |
Color Harmonies of #A31DB1
Complementary color
Monochromatic Colors of #A31DB1
Black with #A31DB1
Text Example
Text Example
White with #A31DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DB1; }
p { color: rgb(163,29,177); }
H1.HeaderClassName
{
color: #A31DB1;
}
.AnyTagClassName
{
color: #A31DB1;
}
</style>
background-color css
<style>
a { background-color: #A31DB1; }
a { background-color: rgb(163,29,177); }
div.DivClassName
{
background-color: #A31DB1;
}
.BgClassName
{
background-color: #A31DB1;
}
</style>
border-color css
<style>
span { border-color: #A31DB1; }
span { border-color: rgb(163,29,177); }
td.TdClassName
{
border-color: #A31DB1;
}
.TagClassName
{
border-color: #A31DB1;
}
</style>