Shades of Dark Orchid #A31BBF
Tints of Dark Orchid #A31BBF
RGB
CMYK
RGB Variations
Color information
#A31BBF (or 0xA31BBF) is known color: Dark Orchid. HEX triplet: A3, 1B and BF. RGB value is (163,27,191). Sum of RGB (Red+Green+Blue) = 163+27+191=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #A31BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31BBF is #5CE440. Grayscale: #555555. Windows color (decimal): -6087745 or 12524451. OLE color: 12524451.
HSL color Cylindrical-coordinate representation of color #A31BBF: hue angle of 289.76º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31BBF is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 27 | 191 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.25 |
| HSL | 289.76º | 0.75% | 0.43% | - |
| HSV(B) | 289.76º | 0.86% | 0.75% | - |
| XYZ | 24.9 | 12.33 | 50.36 | - |
| YUV | 86.36 | 187.06 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 191 | 0.15 | 0.86 | 0 | 0.25 | 289.76 | 0.75 | 0.43 |
| Hex | A3 | 1B | BF | F | 56 | 0 | 19 | 122 | 4B | 2B |
| Octal | 243 | 33 | 277 | 17 | 126 | 0 | 31 | 442 | 113 | 53 |
| Binary | 10100011 | 11011 | 10111111 | 1111 | 1010110 | 0 | 11001 | 100100010 | 1001011 | 101011 |
Color Harmonies of #A31BBF
Complementary color
Monochromatic Colors of #A31BBF
Black with #A31BBF
Text Example
Text Example
White with #A31BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31BBF; }
p { color: rgb(163,27,191); }
H1.HeaderClassName
{
color: #A31BBF;
}
.AnyTagClassName
{
color: #A31BBF;
}
</style>
background-color css
<style>
a { background-color: #A31BBF; }
a { background-color: rgb(163,27,191); }
div.DivClassName
{
background-color: #A31BBF;
}
.BgClassName
{
background-color: #A31BBF;
}
</style>
border-color css
<style>
span { border-color: #A31BBF; }
span { border-color: rgb(163,27,191); }
td.TdClassName
{
border-color: #A31BBF;
}
.TagClassName
{
border-color: #A31BBF;
}
</style>