Shades of Dark Orchid #A31BAB
Tints of Dark Orchid #A31BAB
RGB
CMYK
RGB Variations
Color information
#A31BAB (or 0xA31BAB) is known color: Dark Orchid. HEX triplet: A3, 1B and AB. RGB value is (163,27,171). Sum of RGB (Red+Green+Blue) = 163+27+171=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #A31BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BAB is #5CE454. Grayscale: #535353. Windows color (decimal): -6087765 or 11213731. OLE color: 11213731.
HSL color Cylindrical-coordinate representation of color #A31BAB: hue angle of 296.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31BAB is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 27 | 171 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.33 |
| HSL | 296.67º | 0.73% | 0.39% | - |
| HSV(B) | 296.67º | 0.84% | 0.67% | - |
| XYZ | 22.85 | 11.51 | 39.55 | - |
| YUV | 84.08 | 177.06 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 171 | 0.05 | 0.84 | 0 | 0.33 | 296.67 | 0.73 | 0.39 |
| Hex | A3 | 1B | AB | 5 | 54 | 0 | 21 | 129 | 49 | 27 |
| Octal | 243 | 33 | 253 | 5 | 124 | 0 | 41 | 451 | 111 | 47 |
| Binary | 10100011 | 11011 | 10101011 | 101 | 1010100 | 0 | 100001 | 100101001 | 1001001 | 100111 |
Color Harmonies of #A31BAB
Complementary color
Monochromatic Colors of #A31BAB
Black with #A31BAB
Text Example
Text Example
White with #A31BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31BAB; }
p { color: rgb(163,27,171); }
H1.HeaderClassName
{
color: #A31BAB;
}
.AnyTagClassName
{
color: #A31BAB;
}
</style>
background-color css
<style>
a { background-color: #A31BAB; }
a { background-color: rgb(163,27,171); }
div.DivClassName
{
background-color: #A31BAB;
}
.BgClassName
{
background-color: #A31BAB;
}
</style>
border-color css
<style>
span { border-color: #A31BAB; }
span { border-color: rgb(163,27,171); }
td.TdClassName
{
border-color: #A31BAB;
}
.TagClassName
{
border-color: #A31BAB;
}
</style>