Shades of Dark Orchid #A316BA
Tints of Dark Orchid #A316BA
RGB
CMYK
RGB Variations
Color information
#A316BA (or 0xA316BA) is known color: Dark Orchid. HEX triplet: A3, 16 and BA. RGB value is (163,22,186). Sum of RGB (Red+Green+Blue) = 163+22+186=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #A316BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316BA is #5CE945. Grayscale: #525252. Windows color (decimal): -6089030 or 12195491. OLE color: 12195491.
HSL color Cylindrical-coordinate representation of color #A316BA: hue angle of 291.59º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A316BA is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 22 | 186 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.27 |
| HSL | 291.59º | 0.79% | 0.41% | - |
| HSV(B) | 291.59º | 0.88% | 0.73% | - |
| XYZ | 24.25 | 11.91 | 47.47 | - |
| YUV | 82.86 | 186.21 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 22 | 186 | 0.12 | 0.88 | 0 | 0.27 | 291.59 | 0.79 | 0.41 |
| Hex | A3 | 16 | BA | C | 58 | 0 | 1B | 124 | 4F | 29 |
| Octal | 243 | 26 | 272 | 14 | 130 | 0 | 33 | 444 | 117 | 51 |
| Binary | 10100011 | 10110 | 10111010 | 1100 | 1011000 | 0 | 11011 | 100100100 | 1001111 | 101001 |
Color Harmonies of #A316BA
Complementary color
Monochromatic Colors of #A316BA
Black with #A316BA
Text Example
Text Example
White with #A316BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A316BA; }
p { color: rgb(163,22,186); }
H1.HeaderClassName
{
color: #A316BA;
}
.AnyTagClassName
{
color: #A316BA;
}
</style>
background-color css
<style>
a { background-color: #A316BA; }
a { background-color: rgb(163,22,186); }
div.DivClassName
{
background-color: #A316BA;
}
.BgClassName
{
background-color: #A316BA;
}
</style>
border-color css
<style>
span { border-color: #A316BA; }
span { border-color: rgb(163,22,186); }
td.TdClassName
{
border-color: #A316BA;
}
.TagClassName
{
border-color: #A316BA;
}
</style>