Shades of Dark Orchid #A517BF
Tints of Dark Orchid #A517BF
RGB
CMYK
RGB Variations
Color information
#A517BF (or 0xA517BF) is known color: Dark Orchid. HEX triplet: A5, 17 and BF. RGB value is (165,23,191). Sum of RGB (Red+Green+Blue) = 165+23+191=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #A517BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A517BF is #5AE840. Grayscale: #545454. Windows color (decimal): -5957697 or 12523429. OLE color: 12523429.
HSL color Cylindrical-coordinate representation of color #A517BF: hue angle of 290.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A517BF is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 23 | 191 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.25 |
| HSL | 290.71º | 0.79% | 0.42% | - |
| HSV(B) | 290.71º | 0.88% | 0.75% | - |
| XYZ | 25.23 | 12.37 | 50.35 | - |
| YUV | 84.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 23 | 191 | 0.14 | 0.88 | 0 | 0.25 | 290.71 | 0.79 | 0.42 |
| Hex | A5 | 17 | BF | E | 58 | 0 | 19 | 123 | 4F | 2A |
| Octal | 245 | 27 | 277 | 16 | 130 | 0 | 31 | 443 | 117 | 52 |
| Binary | 10100101 | 10111 | 10111111 | 1110 | 1011000 | 0 | 11001 | 100100011 | 1001111 | 101010 |
Color Harmonies of #A517BF
Complementary color
Monochromatic Colors of #A517BF
Black with #A517BF
Text Example
Text Example
White with #A517BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A517BF; }
p { color: rgb(165,23,191); }
H1.HeaderClassName
{
color: #A517BF;
}
.AnyTagClassName
{
color: #A517BF;
}
</style>
background-color css
<style>
a { background-color: #A517BF; }
a { background-color: rgb(165,23,191); }
div.DivClassName
{
background-color: #A517BF;
}
.BgClassName
{
background-color: #A517BF;
}
</style>
border-color css
<style>
span { border-color: #A517BF; }
span { border-color: rgb(165,23,191); }
td.TdClassName
{
border-color: #A517BF;
}
.TagClassName
{
border-color: #A517BF;
}
</style>