Shades of Dark Orchid #A817C9
Tints of Dark Orchid #A817C9
RGB
CMYK
RGB Variations
Color information
#A817C9 (or 0xA817C9) is known color: Dark Orchid. HEX triplet: A8, 17 and C9. RGB value is (168,23,201). Sum of RGB (Red+Green+Blue) = 168+23+201=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #A817C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817C9 is #57E836. Grayscale: #565656. Windows color (decimal): -5761079 or 13178792. OLE color: 13178792.
HSL color Cylindrical-coordinate representation of color #A817C9: hue angle of 288.88º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A817C9 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 23 | 201 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.21 |
| HSL | 288.88º | 0.79% | 0.44% | - |
| HSV(B) | 288.88º | 0.89% | 0.79% | - |
| XYZ | 27 | 13.15 | 56.37 | - |
| YUV | 86.65 | 192.54 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 201 | 0.16 | 0.89 | 0 | 0.21 | 288.88 | 0.79 | 0.44 |
| Hex | A8 | 17 | C9 | 10 | 59 | 0 | 15 | 121 | 4F | 2C |
| Octal | 250 | 27 | 311 | 20 | 131 | 0 | 25 | 441 | 117 | 54 |
| Binary | 10101000 | 10111 | 11001001 | 10000 | 1011001 | 0 | 10101 | 100100001 | 1001111 | 101100 |
Color Harmonies of #A817C9
Complementary color
Monochromatic Colors of #A817C9
Black with #A817C9
Text Example
Text Example
White with #A817C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817C9; }
p { color: rgb(168,23,201); }
H1.HeaderClassName
{
color: #A817C9;
}
.AnyTagClassName
{
color: #A817C9;
}
</style>
background-color css
<style>
a { background-color: #A817C9; }
a { background-color: rgb(168,23,201); }
div.DivClassName
{
background-color: #A817C9;
}
.BgClassName
{
background-color: #A817C9;
}
</style>
border-color css
<style>
span { border-color: #A817C9; }
span { border-color: rgb(168,23,201); }
td.TdClassName
{
border-color: #A817C9;
}
.TagClassName
{
border-color: #A817C9;
}
</style>