Shades of Medium Orchid #A846DC
Tints of Medium Orchid #A846DC
RGB
CMYK
RGB Variations
Color information
#A846DC (or 0xA846DC) is known color: Medium Orchid. HEX triplet: A8, 46 and DC. RGB value is (168,70,220). Sum of RGB (Red+Green+Blue) = 168+70+220=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #A846DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846DC is #57B923. Grayscale: #737373. Windows color (decimal): -5749028 or 14436008. OLE color: 14436008.
HSL color Cylindrical-coordinate representation of color #A846DC: hue angle of 279.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A846DC is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 70 | 220 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.14 |
| HSL | 279.2º | 0.68% | 0.57% | - |
| HSV(B) | 279.2º | 0.68% | 0.86% | - |
| XYZ | 31.26 | 17.87 | 69.51 | - |
| YUV | 116.4 | 186.47 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 220 | 0.24 | 0.68 | 0 | 0.14 | 279.2 | 0.68 | 0.57 |
| Hex | A8 | 46 | DC | 18 | 44 | 0 | E | 117 | 44 | 39 |
| Octal | 250 | 106 | 334 | 30 | 104 | 0 | 16 | 427 | 104 | 71 |
| Binary | 10101000 | 1000110 | 11011100 | 11000 | 1000100 | 0 | 1110 | 100010111 | 1000100 | 111001 |
Color Harmonies of #A846DC
Complementary color
Monochromatic Colors of #A846DC
Black with #A846DC
Text Example
Text Example
White with #A846DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A846DC; }
p { color: rgb(168,70,220); }
H1.HeaderClassName
{
color: #A846DC;
}
.AnyTagClassName
{
color: #A846DC;
}
</style>
background-color css
<style>
a { background-color: #A846DC; }
a { background-color: rgb(168,70,220); }
div.DivClassName
{
background-color: #A846DC;
}
.BgClassName
{
background-color: #A846DC;
}
</style>
border-color css
<style>
span { border-color: #A846DC; }
span { border-color: rgb(168,70,220); }
td.TdClassName
{
border-color: #A846DC;
}
.TagClassName
{
border-color: #A846DC;
}
</style>