Shades of Dark Orchid #A717B9
Tints of Dark Orchid #A717B9
RGB
CMYK
RGB Variations
Color information
#A717B9 (or 0xA717B9) is known color: Dark Orchid. HEX triplet: A7, 17 and B9. RGB value is (167,23,185). Sum of RGB (Red+Green+Blue) = 167+23+185=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #A717B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A717B9 is #58E846. Grayscale: #545454. Windows color (decimal): -5826631 or 12130215. OLE color: 12130215.
HSL color Cylindrical-coordinate representation of color #A717B9: hue angle of 293.33º degrees, saturation: 0.78, 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 #A717B9 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 23 | 185 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.27 |
| HSL | 293.33º | 0.78% | 0.41% | - |
| HSV(B) | 293.33º | 0.88% | 0.73% | - |
| XYZ | 25 | 12.33 | 46.96 | - |
| YUV | 84.52 | 184.71 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 23 | 185 | 0.10 | 0.88 | 0 | 0.27 | 293.33 | 0.78 | 0.41 |
| Hex | A7 | 17 | B9 | A | 58 | 0 | 1B | 125 | 4E | 29 |
| Octal | 247 | 27 | 271 | 12 | 130 | 0 | 33 | 445 | 116 | 51 |
| Binary | 10100111 | 10111 | 10111001 | 1010 | 1011000 | 0 | 11011 | 100100101 | 1001110 | 101001 |
Color Harmonies of #A717B9
Complementary color
Monochromatic Colors of #A717B9
Black with #A717B9
Text Example
Text Example
White with #A717B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A717B9; }
p { color: rgb(167,23,185); }
H1.HeaderClassName
{
color: #A717B9;
}
.AnyTagClassName
{
color: #A717B9;
}
</style>
background-color css
<style>
a { background-color: #A717B9; }
a { background-color: rgb(167,23,185); }
div.DivClassName
{
background-color: #A717B9;
}
.BgClassName
{
background-color: #A717B9;
}
</style>
border-color css
<style>
span { border-color: #A717B9; }
span { border-color: rgb(167,23,185); }
td.TdClassName
{
border-color: #A717B9;
}
.TagClassName
{
border-color: #A717B9;
}
</style>