Shades of Dark Orchid #A517C1
Tints of Dark Orchid #A517C1
RGB
CMYK
RGB Variations
Color information
#A517C1 (or 0xA517C1) is known color: Dark Orchid. HEX triplet: A5, 17 and C1. RGB value is (165,23,193). Sum of RGB (Red+Green+Blue) = 165+23+193=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #A517C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A517C1 is #5AE83E. Grayscale: #545454. Windows color (decimal): -5957695 or 12654501. OLE color: 12654501.
HSL color Cylindrical-coordinate representation of color #A517C1: hue angle of 290.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A517C1 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 23 | 193 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.24 |
| HSL | 290.12º | 0.79% | 0.42% | - |
| HSV(B) | 290.12º | 0.88% | 0.76% | - |
| XYZ | 25.45 | 12.46 | 51.52 | - |
| YUV | 84.84 | 189.04 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 23 | 193 | 0.15 | 0.88 | 0 | 0.24 | 290.12 | 0.79 | 0.42 |
| Hex | A5 | 17 | C1 | F | 58 | 0 | 18 | 122 | 4F | 2A |
| Octal | 245 | 27 | 301 | 17 | 130 | 0 | 30 | 442 | 117 | 52 |
| Binary | 10100101 | 10111 | 11000001 | 1111 | 1011000 | 0 | 11000 | 100100010 | 1001111 | 101010 |
Color Harmonies of #A517C1
Complementary color
Monochromatic Colors of #A517C1
Black with #A517C1
Text Example
Text Example
White with #A517C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A517C1; }
p { color: rgb(165,23,193); }
H1.HeaderClassName
{
color: #A517C1;
}
.AnyTagClassName
{
color: #A517C1;
}
</style>
background-color css
<style>
a { background-color: #A517C1; }
a { background-color: rgb(165,23,193); }
div.DivClassName
{
background-color: #A517C1;
}
.BgClassName
{
background-color: #A517C1;
}
</style>
border-color css
<style>
span { border-color: #A517C1; }
span { border-color: rgb(165,23,193); }
td.TdClassName
{
border-color: #A517C1;
}
.TagClassName
{
border-color: #A517C1;
}
</style>