Shades of Dark Orchid #A31DB5
Tints of Dark Orchid #A31DB5
RGB
CMYK
RGB Variations
Color information
#A31DB5 (or 0xA31DB5) is known color: Dark Orchid. HEX triplet: A3, 1D and B5. RGB value is (163,29,181). Sum of RGB (Red+Green+Blue) = 163+29+181=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #A31DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DB5 is #5CE24A. Grayscale: #555555. Windows color (decimal): -6087243 or 11869603. OLE color: 11869603.
HSL color Cylindrical-coordinate representation of color #A31DB5: hue angle of 292.89º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31DB5 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 29 | 181 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.29 |
| HSL | 292.89º | 0.72% | 0.41% | - |
| HSV(B) | 292.89º | 0.84% | 0.71% | - |
| XYZ | 23.88 | 12 | 44.77 | - |
| YUV | 86.39 | 181.39 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 181 | 0.10 | 0.84 | 0 | 0.29 | 292.89 | 0.72 | 0.41 |
| Hex | A3 | 1D | B5 | A | 54 | 0 | 1D | 125 | 48 | 29 |
| Octal | 243 | 35 | 265 | 12 | 124 | 0 | 35 | 445 | 110 | 51 |
| Binary | 10100011 | 11101 | 10110101 | 1010 | 1010100 | 0 | 11101 | 100100101 | 1001000 | 101001 |
Color Harmonies of #A31DB5
Complementary color
Monochromatic Colors of #A31DB5
Black with #A31DB5
Text Example
Text Example
White with #A31DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DB5; }
p { color: rgb(163,29,181); }
H1.HeaderClassName
{
color: #A31DB5;
}
.AnyTagClassName
{
color: #A31DB5;
}
</style>
background-color css
<style>
a { background-color: #A31DB5; }
a { background-color: rgb(163,29,181); }
div.DivClassName
{
background-color: #A31DB5;
}
.BgClassName
{
background-color: #A31DB5;
}
</style>
border-color css
<style>
span { border-color: #A31DB5; }
span { border-color: rgb(163,29,181); }
td.TdClassName
{
border-color: #A31DB5;
}
.TagClassName
{
border-color: #A31DB5;
}
</style>