Shades of Dark Orchid #A917C3
Tints of Dark Orchid #A917C3
RGB
CMYK
RGB Variations
Color information
#A917C3 (or 0xA917C3) is known color: Dark Orchid. HEX triplet: A9, 17 and C3. RGB value is (169,23,195). Sum of RGB (Red+Green+Blue) = 169+23+195=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 195 (76.56% from 255 or 50.39% from 387); Max value from RGB is 195 - color contains mainly: blue. Hex color #A917C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A917C3 is #56E83C. Grayscale: #555555. Windows color (decimal): -5695549 or 12785577. OLE color: 12785577.
HSL color Cylindrical-coordinate representation of color #A917C3: hue angle of 290.93º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A917C3 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 23 | 195 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.24 |
| HSL | 290.93º | 0.79% | 0.43% | - |
| HSV(B) | 290.93º | 0.88% | 0.76% | - |
| XYZ | 26.52 | 12.99 | 52.74 | - |
| YUV | 86.26 | 189.37 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 195 | 0.13 | 0.88 | 0 | 0.24 | 290.93 | 0.79 | 0.43 |
| Hex | A9 | 17 | C3 | D | 58 | 0 | 18 | 123 | 4F | 2B |
| Octal | 251 | 27 | 303 | 15 | 130 | 0 | 30 | 443 | 117 | 53 |
| Binary | 10101001 | 10111 | 11000011 | 1101 | 1011000 | 0 | 11000 | 100100011 | 1001111 | 101011 |
Color Harmonies of #A917C3
Complementary color
Monochromatic Colors of #A917C3
Black with #A917C3
Text Example
Text Example
White with #A917C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A917C3; }
p { color: rgb(169,23,195); }
H1.HeaderClassName
{
color: #A917C3;
}
.AnyTagClassName
{
color: #A917C3;
}
</style>
background-color css
<style>
a { background-color: #A917C3; }
a { background-color: rgb(169,23,195); }
div.DivClassName
{
background-color: #A917C3;
}
.BgClassName
{
background-color: #A917C3;
}
</style>
border-color css
<style>
span { border-color: #A917C3; }
span { border-color: rgb(169,23,195); }
td.TdClassName
{
border-color: #A917C3;
}
.TagClassName
{
border-color: #A917C3;
}
</style>