Shades of Dark Orchid #A816C0
Tints of Dark Orchid #A816C0
RGB
CMYK
RGB Variations
Color information
#A816C0 (or 0xA816C0) is known color: Dark Orchid. HEX triplet: A8, 16 and C0. RGB value is (168,22,192). Sum of RGB (Red+Green+Blue) = 168+22+192=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #A816C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816C0 is #57E93F. Grayscale: #545454. Windows color (decimal): -5761344 or 12588712. OLE color: 12588712.
HSL color Cylindrical-coordinate representation of color #A816C0: hue angle of 291.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A816C0 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 22 | 192 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.25 |
| HSL | 291.53º | 0.79% | 0.42% | - |
| HSV(B) | 291.53º | 0.89% | 0.75% | - |
| XYZ | 25.95 | 12.7 | 50.95 | - |
| YUV | 85.03 | 188.37 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 192 | 0.12 | 0.89 | 0 | 0.25 | 291.53 | 0.79 | 0.42 |
| Hex | A8 | 16 | C0 | C | 59 | 0 | 19 | 124 | 4F | 2A |
| Octal | 250 | 26 | 300 | 14 | 131 | 0 | 31 | 444 | 117 | 52 |
| Binary | 10101000 | 10110 | 11000000 | 1100 | 1011001 | 0 | 11001 | 100100100 | 1001111 | 101010 |
Color Harmonies of #A816C0
Complementary color
Monochromatic Colors of #A816C0
Black with #A816C0
Text Example
Text Example
White with #A816C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816C0; }
p { color: rgb(168,22,192); }
H1.HeaderClassName
{
color: #A816C0;
}
.AnyTagClassName
{
color: #A816C0;
}
</style>
background-color css
<style>
a { background-color: #A816C0; }
a { background-color: rgb(168,22,192); }
div.DivClassName
{
background-color: #A816C0;
}
.BgClassName
{
background-color: #A816C0;
}
</style>
border-color css
<style>
span { border-color: #A816C0; }
span { border-color: rgb(168,22,192); }
td.TdClassName
{
border-color: #A816C0;
}
.TagClassName
{
border-color: #A816C0;
}
</style>