Shades of Dark Orchid #A516B9
Tints of Dark Orchid #A516B9
RGB
CMYK
RGB Variations
Color information
#A516B9 (or 0xA516B9) is known color: Dark Orchid. HEX triplet: A5, 16 and B9. RGB value is (165,22,185). Sum of RGB (Red+Green+Blue) = 165+22+185=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #A516B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A516B9 is #5AE946. Grayscale: #525252. Windows color (decimal): -5957959 or 12129957. OLE color: 12129957.
HSL color Cylindrical-coordinate representation of color #A516B9: hue angle of 292.64º 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 #A516B9 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 22 | 185 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.27 |
| HSL | 292.64º | 0.79% | 0.41% | - |
| HSV(B) | 292.64º | 0.88% | 0.73% | - |
| XYZ | 24.56 | 12.08 | 46.94 | - |
| YUV | 83.34 | 185.38 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 22 | 185 | 0.11 | 0.88 | 0 | 0.27 | 292.64 | 0.79 | 0.41 |
| Hex | A5 | 16 | B9 | B | 58 | 0 | 1B | 125 | 4F | 29 |
| Octal | 245 | 26 | 271 | 13 | 130 | 0 | 33 | 445 | 117 | 51 |
| Binary | 10100101 | 10110 | 10111001 | 1011 | 1011000 | 0 | 11011 | 100100101 | 1001111 | 101001 |
Color Harmonies of #A516B9
Complementary color
Monochromatic Colors of #A516B9
Black with #A516B9
Text Example
Text Example
White with #A516B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A516B9; }
p { color: rgb(165,22,185); }
H1.HeaderClassName
{
color: #A516B9;
}
.AnyTagClassName
{
color: #A516B9;
}
</style>
background-color css
<style>
a { background-color: #A516B9; }
a { background-color: rgb(165,22,185); }
div.DivClassName
{
background-color: #A516B9;
}
.BgClassName
{
background-color: #A516B9;
}
</style>
border-color css
<style>
span { border-color: #A516B9; }
span { border-color: rgb(165,22,185); }
td.TdClassName
{
border-color: #A516B9;
}
.TagClassName
{
border-color: #A516B9;
}
</style>