Shades of Dark Orchid #A31DAB
Tints of Dark Orchid #A31DAB
RGB
CMYK
RGB Variations
Color information
#A31DAB (or 0xA31DAB) is known color: Dark Orchid. HEX triplet: A3, 1D and AB. RGB value is (163,29,171). Sum of RGB (Red+Green+Blue) = 163+29+171=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #A31DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31DAB is #5CE254. Grayscale: #545454. Windows color (decimal): -6087253 or 11214243. OLE color: 11214243.
HSL color Cylindrical-coordinate representation of color #A31DAB: hue angle of 296.62º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31DAB is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 29 | 171 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.33 |
| HSL | 296.62º | 0.71% | 0.39% | - |
| HSV(B) | 296.62º | 0.83% | 0.67% | - |
| XYZ | 22.89 | 11.61 | 39.56 | - |
| YUV | 85.25 | 176.39 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 171 | 0.05 | 0.83 | 0 | 0.33 | 296.62 | 0.71 | 0.39 |
| Hex | A3 | 1D | AB | 5 | 53 | 0 | 21 | 129 | 47 | 27 |
| Octal | 243 | 35 | 253 | 5 | 123 | 0 | 41 | 451 | 107 | 47 |
| Binary | 10100011 | 11101 | 10101011 | 101 | 1010011 | 0 | 100001 | 100101001 | 1000111 | 100111 |
Color Harmonies of #A31DAB
Complementary color
Monochromatic Colors of #A31DAB
Black with #A31DAB
Text Example
Text Example
White with #A31DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DAB; }
p { color: rgb(163,29,171); }
H1.HeaderClassName
{
color: #A31DAB;
}
.AnyTagClassName
{
color: #A31DAB;
}
</style>
background-color css
<style>
a { background-color: #A31DAB; }
a { background-color: rgb(163,29,171); }
div.DivClassName
{
background-color: #A31DAB;
}
.BgClassName
{
background-color: #A31DAB;
}
</style>
border-color css
<style>
span { border-color: #A31DAB; }
span { border-color: rgb(163,29,171); }
td.TdClassName
{
border-color: #A31DAB;
}
.TagClassName
{
border-color: #A31DAB;
}
</style>