Shades of Dark Orchid #A31EBA
Tints of Dark Orchid #A31EBA
RGB
CMYK
RGB Variations
Color information
#A31EBA (or 0xA31EBA) is known color: Dark Orchid. HEX triplet: A3, 1E and BA. RGB value is (163,30,186). Sum of RGB (Red+Green+Blue) = 163+30+186=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #A31EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31EBA is #5CE145. Grayscale: #575757. Windows color (decimal): -6086982 or 12197539. OLE color: 12197539.
HSL color Cylindrical-coordinate representation of color #A31EBA: hue angle of 291.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31EBA is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 30 | 186 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.27 |
| HSL | 291.15º | 0.72% | 0.42% | - |
| HSV(B) | 291.15º | 0.84% | 0.73% | - |
| XYZ | 24.43 | 12.26 | 47.53 | - |
| YUV | 87.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 186 | 0.12 | 0.84 | 0 | 0.27 | 291.15 | 0.72 | 0.42 |
| Hex | A3 | 1E | BA | C | 54 | 0 | 1B | 123 | 48 | 2A |
| Octal | 243 | 36 | 272 | 14 | 124 | 0 | 33 | 443 | 110 | 52 |
| Binary | 10100011 | 11110 | 10111010 | 1100 | 1010100 | 0 | 11011 | 100100011 | 1001000 | 101010 |
Color Harmonies of #A31EBA
Complementary color
Monochromatic Colors of #A31EBA
Black with #A31EBA
Text Example
Text Example
White with #A31EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31EBA; }
p { color: rgb(163,30,186); }
H1.HeaderClassName
{
color: #A31EBA;
}
.AnyTagClassName
{
color: #A31EBA;
}
</style>
background-color css
<style>
a { background-color: #A31EBA; }
a { background-color: rgb(163,30,186); }
div.DivClassName
{
background-color: #A31EBA;
}
.BgClassName
{
background-color: #A31EBA;
}
</style>
border-color css
<style>
span { border-color: #A31EBA; }
span { border-color: rgb(163,30,186); }
td.TdClassName
{
border-color: #A31EBA;
}
.TagClassName
{
border-color: #A31EBA;
}
</style>