Shades of Dark Orchid #A716B7
Tints of Dark Orchid #A716B7
RGB
CMYK
RGB Variations
Color information
#A716B7 (or 0xA716B7) is known color: Dark Orchid. HEX triplet: A7, 16 and B7. RGB value is (167,22,183). Sum of RGB (Red+Green+Blue) = 167+22+183=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 183 - color contains mainly: blue. Hex color #A716B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A716B7 is #58E948. Grayscale: #535353. Windows color (decimal): -5826889 or 11998887. OLE color: 11998887.
HSL color Cylindrical-coordinate representation of color #A716B7: hue angle of 294.04º 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 #A716B7 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 22 | 183 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.28 |
| HSL | 294.04º | 0.79% | 0.4% | - |
| HSV(B) | 294.04º | 0.88% | 0.72% | - |
| XYZ | 24.77 | 12.21 | 45.85 | - |
| YUV | 83.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 22 | 183 | 0.09 | 0.88 | 0 | 0.28 | 294.04 | 0.79 | 0.4 |
| Hex | A7 | 16 | B7 | 9 | 58 | 0 | 1C | 126 | 4F | 28 |
| Octal | 247 | 26 | 267 | 11 | 130 | 0 | 34 | 446 | 117 | 50 |
| Binary | 10100111 | 10110 | 10110111 | 1001 | 1011000 | 0 | 11100 | 100100110 | 1001111 | 101000 |
Color Harmonies of #A716B7
Complementary color
Monochromatic Colors of #A716B7
Black with #A716B7
Text Example
Text Example
White with #A716B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A716B7; }
p { color: rgb(167,22,183); }
H1.HeaderClassName
{
color: #A716B7;
}
.AnyTagClassName
{
color: #A716B7;
}
</style>
background-color css
<style>
a { background-color: #A716B7; }
a { background-color: rgb(167,22,183); }
div.DivClassName
{
background-color: #A716B7;
}
.BgClassName
{
background-color: #A716B7;
}
</style>
border-color css
<style>
span { border-color: #A716B7; }
span { border-color: rgb(167,22,183); }
td.TdClassName
{
border-color: #A716B7;
}
.TagClassName
{
border-color: #A716B7;
}
</style>