Shades of Dark Orchid #A31BBC
Tints of Dark Orchid #A31BBC
RGB
CMYK
RGB Variations
Color information
#A31BBC (or 0xA31BBC) is known color: Dark Orchid. HEX triplet: A3, 1B and BC. RGB value is (163,27,188). Sum of RGB (Red+Green+Blue) = 163+27+188=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #A31BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31BBC is #5CE443. Grayscale: #555555. Windows color (decimal): -6087748 or 12327843. OLE color: 12327843.
HSL color Cylindrical-coordinate representation of color #A31BBC: hue angle of 290.68º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31BBC is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 27 | 188 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.26 |
| HSL | 290.68º | 0.75% | 0.42% | - |
| HSV(B) | 290.68º | 0.86% | 0.74% | - |
| XYZ | 24.57 | 12.2 | 48.64 | - |
| YUV | 86.02 | 185.56 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 188 | 0.13 | 0.86 | 0 | 0.26 | 290.68 | 0.75 | 0.42 |
| Hex | A3 | 1B | BC | D | 56 | 0 | 1A | 123 | 4B | 2A |
| Octal | 243 | 33 | 274 | 15 | 126 | 0 | 32 | 443 | 113 | 52 |
| Binary | 10100011 | 11011 | 10111100 | 1101 | 1010110 | 0 | 11010 | 100100011 | 1001011 | 101010 |
Color Harmonies of #A31BBC
Complementary color
Monochromatic Colors of #A31BBC
Black with #A31BBC
Text Example
Text Example
White with #A31BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31BBC; }
p { color: rgb(163,27,188); }
H1.HeaderClassName
{
color: #A31BBC;
}
.AnyTagClassName
{
color: #A31BBC;
}
</style>
background-color css
<style>
a { background-color: #A31BBC; }
a { background-color: rgb(163,27,188); }
div.DivClassName
{
background-color: #A31BBC;
}
.BgClassName
{
background-color: #A31BBC;
}
</style>
border-color css
<style>
span { border-color: #A31BBC; }
span { border-color: rgb(163,27,188); }
td.TdClassName
{
border-color: #A31BBC;
}
.TagClassName
{
border-color: #A31BBC;
}
</style>