Shades of Dark Orchid #A816B7
Tints of Dark Orchid #A816B7
RGB
CMYK
RGB Variations
Color information
#A816B7 (or 0xA816B7) is known color: Dark Orchid. HEX triplet: A8, 16 and B7. RGB value is (168,22,183). Sum of RGB (Red+Green+Blue) = 168+22+183=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #A816B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816B7 is #57E948. Grayscale: #535353. Windows color (decimal): -5761353 or 11998888. OLE color: 11998888.
HSL color Cylindrical-coordinate representation of color #A816B7: hue angle of 294.41º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A816B7 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 22 | 183 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.28 |
| HSL | 294.41º | 0.79% | 0.4% | - |
| HSV(B) | 294.41º | 0.88% | 0.72% | - |
| XYZ | 24.98 | 12.32 | 45.86 | - |
| YUV | 84.01 | 183.87 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 183 | 0.08 | 0.88 | 0 | 0.28 | 294.41 | 0.79 | 0.4 |
| Hex | A8 | 16 | B7 | 8 | 58 | 0 | 1C | 126 | 4F | 28 |
| Octal | 250 | 26 | 267 | 10 | 130 | 0 | 34 | 446 | 117 | 50 |
| Binary | 10101000 | 10110 | 10110111 | 1000 | 1011000 | 0 | 11100 | 100100110 | 1001111 | 101000 |
Color Harmonies of #A816B7
Complementary color
Monochromatic Colors of #A816B7
Black with #A816B7
Text Example
Text Example
White with #A816B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816B7; }
p { color: rgb(168,22,183); }
H1.HeaderClassName
{
color: #A816B7;
}
.AnyTagClassName
{
color: #A816B7;
}
</style>
background-color css
<style>
a { background-color: #A816B7; }
a { background-color: rgb(168,22,183); }
div.DivClassName
{
background-color: #A816B7;
}
.BgClassName
{
background-color: #A816B7;
}
</style>
border-color css
<style>
span { border-color: #A816B7; }
span { border-color: rgb(168,22,183); }
td.TdClassName
{
border-color: #A816B7;
}
.TagClassName
{
border-color: #A816B7;
}
</style>