Shades of Dark Orchid #A816BF
Tints of Dark Orchid #A816BF
RGB
CMYK
RGB Variations
Color information
#A816BF (or 0xA816BF) is known color: Dark Orchid. HEX triplet: A8, 16 and BF. RGB value is (168,22,191). Sum of RGB (Red+Green+Blue) = 168+22+191=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #A816BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816BF is #57E940. Grayscale: #545454. Windows color (decimal): -5761345 or 12523176. OLE color: 12523176.
HSL color Cylindrical-coordinate representation of color #A816BF: hue angle of 291.83º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A816BF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 22 | 191 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.25 |
| HSL | 291.83º | 0.79% | 0.42% | - |
| HSV(B) | 291.83º | 0.88% | 0.75% | - |
| XYZ | 25.84 | 12.66 | 50.37 | - |
| YUV | 84.92 | 187.87 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 191 | 0.12 | 0.88 | 0 | 0.25 | 291.83 | 0.79 | 0.42 |
| Hex | A8 | 16 | BF | C | 58 | 0 | 19 | 124 | 4F | 2A |
| Octal | 250 | 26 | 277 | 14 | 130 | 0 | 31 | 444 | 117 | 52 |
| Binary | 10101000 | 10110 | 10111111 | 1100 | 1011000 | 0 | 11001 | 100100100 | 1001111 | 101010 |
Color Harmonies of #A816BF
Complementary color
Monochromatic Colors of #A816BF
Black with #A816BF
Text Example
Text Example
White with #A816BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816BF; }
p { color: rgb(168,22,191); }
H1.HeaderClassName
{
color: #A816BF;
}
.AnyTagClassName
{
color: #A816BF;
}
</style>
background-color css
<style>
a { background-color: #A816BF; }
a { background-color: rgb(168,22,191); }
div.DivClassName
{
background-color: #A816BF;
}
.BgClassName
{
background-color: #A816BF;
}
</style>
border-color css
<style>
span { border-color: #A816BF; }
span { border-color: rgb(168,22,191); }
td.TdClassName
{
border-color: #A816BF;
}
.TagClassName
{
border-color: #A816BF;
}
</style>