Shades of Dark Orchid #A817C6
Tints of Dark Orchid #A817C6
RGB
CMYK
RGB Variations
Color information
#A817C6 (or 0xA817C6) is known color: Dark Orchid. HEX triplet: A8, 17 and C6. RGB value is (168,23,198). Sum of RGB (Red+Green+Blue) = 168+23+198=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #A817C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817C6 is #57E839. Grayscale: #555555. Windows color (decimal): -5761082 or 12982184. OLE color: 12982184.
HSL color Cylindrical-coordinate representation of color #A817C6: hue angle of 289.71º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A817C6 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 23 | 198 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.22 |
| HSL | 289.71º | 0.79% | 0.43% | - |
| HSV(B) | 289.71º | 0.88% | 0.78% | - |
| XYZ | 26.65 | 13.01 | 54.53 | - |
| YUV | 86.31 | 191.04 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 198 | 0.15 | 0.88 | 0 | 0.22 | 289.71 | 0.79 | 0.43 |
| Hex | A8 | 17 | C6 | F | 58 | 0 | 16 | 122 | 4F | 2B |
| Octal | 250 | 27 | 306 | 17 | 130 | 0 | 26 | 442 | 117 | 53 |
| Binary | 10101000 | 10111 | 11000110 | 1111 | 1011000 | 0 | 10110 | 100100010 | 1001111 | 101011 |
Color Harmonies of #A817C6
Complementary color
Monochromatic Colors of #A817C6
Black with #A817C6
Text Example
Text Example
White with #A817C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817C6; }
p { color: rgb(168,23,198); }
H1.HeaderClassName
{
color: #A817C6;
}
.AnyTagClassName
{
color: #A817C6;
}
</style>
background-color css
<style>
a { background-color: #A817C6; }
a { background-color: rgb(168,23,198); }
div.DivClassName
{
background-color: #A817C6;
}
.BgClassName
{
background-color: #A817C6;
}
</style>
border-color css
<style>
span { border-color: #A817C6; }
span { border-color: rgb(168,23,198); }
td.TdClassName
{
border-color: #A817C6;
}
.TagClassName
{
border-color: #A817C6;
}
</style>