Shades of Dark Orchid #A31BBA
Tints of Dark Orchid #A31BBA
RGB
CMYK
RGB Variations
Color information
#A31BBA (or 0xA31BBA) is known color: Dark Orchid. HEX triplet: A3, 1B and BA. RGB value is (163,27,186). Sum of RGB (Red+Green+Blue) = 163+27+186=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #A31BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31BBA is #5CE445. Grayscale: #555555. Windows color (decimal): -6087750 or 12196771. OLE color: 12196771.
HSL color Cylindrical-coordinate representation of color #A31BBA: hue angle of 291.32º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31BBA is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 27 | 186 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.27 |
| HSL | 291.32º | 0.75% | 0.42% | - |
| HSV(B) | 291.32º | 0.85% | 0.73% | - |
| XYZ | 24.36 | 12.12 | 47.51 | - |
| YUV | 85.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 186 | 0.12 | 0.85 | 0 | 0.27 | 291.32 | 0.75 | 0.42 |
| Hex | A3 | 1B | BA | C | 55 | 0 | 1B | 123 | 4B | 2A |
| Octal | 243 | 33 | 272 | 14 | 125 | 0 | 33 | 443 | 113 | 52 |
| Binary | 10100011 | 11011 | 10111010 | 1100 | 1010101 | 0 | 11011 | 100100011 | 1001011 | 101010 |
Color Harmonies of #A31BBA
Complementary color
Monochromatic Colors of #A31BBA
Black with #A31BBA
Text Example
Text Example
White with #A31BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31BBA; }
p { color: rgb(163,27,186); }
H1.HeaderClassName
{
color: #A31BBA;
}
.AnyTagClassName
{
color: #A31BBA;
}
</style>
background-color css
<style>
a { background-color: #A31BBA; }
a { background-color: rgb(163,27,186); }
div.DivClassName
{
background-color: #A31BBA;
}
.BgClassName
{
background-color: #A31BBA;
}
</style>
border-color css
<style>
span { border-color: #A31BBA; }
span { border-color: rgb(163,27,186); }
td.TdClassName
{
border-color: #A31BBA;
}
.TagClassName
{
border-color: #A31BBA;
}
</style>