Shades of Dark Orchid #A746D0
Tints of Dark Orchid #A746D0
RGB
CMYK
RGB Variations
Color information
#A746D0 (or 0xA746D0) is known color: Dark Orchid. HEX triplet: A7, 46 and D0. RGB value is (167,70,208). Sum of RGB (Red+Green+Blue) = 167+70+208=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #A746D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A746D0 is #58B92F. Grayscale: #727272. Windows color (decimal): -5814576 or 13649575. OLE color: 13649575.
HSL color Cylindrical-coordinate representation of color #A746D0: hue angle of 282.17º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A746D0 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 70 | 208 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.18 |
| HSL | 282.17º | 0.59% | 0.55% | - |
| HSV(B) | 282.17º | 0.66% | 0.82% | - |
| XYZ | 29.51 | 17.15 | 61.43 | - |
| YUV | 114.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 208 | 0.20 | 0.66 | 0 | 0.18 | 282.17 | 0.59 | 0.55 |
| Hex | A7 | 46 | D0 | 14 | 42 | 0 | 12 | 11A | 3B | 37 |
| Octal | 247 | 106 | 320 | 24 | 102 | 0 | 22 | 432 | 73 | 67 |
| Binary | 10100111 | 1000110 | 11010000 | 10100 | 1000010 | 0 | 10010 | 100011010 | 111011 | 110111 |
Color Harmonies of #A746D0
Complementary color
Monochromatic Colors of #A746D0
Black with #A746D0
Text Example
Text Example
White with #A746D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A746D0; }
p { color: rgb(167,70,208); }
H1.HeaderClassName
{
color: #A746D0;
}
.AnyTagClassName
{
color: #A746D0;
}
</style>
background-color css
<style>
a { background-color: #A746D0; }
a { background-color: rgb(167,70,208); }
div.DivClassName
{
background-color: #A746D0;
}
.BgClassName
{
background-color: #A746D0;
}
</style>
border-color css
<style>
span { border-color: #A746D0; }
span { border-color: rgb(167,70,208); }
td.TdClassName
{
border-color: #A746D0;
}
.TagClassName
{
border-color: #A746D0;
}
</style>