Shades of Medium Orchid #A846E0
Tints of Medium Orchid #A846E0
RGB
CMYK
RGB Variations
Color information
#A846E0 (or 0xA846E0) is known color: Medium Orchid. HEX triplet: A8, 46 and E0. RGB value is (168,70,224). Sum of RGB (Red+Green+Blue) = 168+70+224=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #A846E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846E0 is #57B91F. Grayscale: #747474. Windows color (decimal): -5749024 or 14698152. OLE color: 14698152.
HSL color Cylindrical-coordinate representation of color #A846E0: hue angle of 278.18º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A846E0 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 70 | 224 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.12 |
| HSL | 278.18º | 0.71% | 0.58% | - |
| HSV(B) | 278.18º | 0.69% | 0.88% | - |
| XYZ | 31.79 | 18.09 | 72.34 | - |
| YUV | 116.86 | 188.47 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 224 | 0.25 | 0.69 | 0 | 0.12 | 278.18 | 0.71 | 0.58 |
| Hex | A8 | 46 | E0 | 19 | 45 | 0 | C | 116 | 47 | 3A |
| Octal | 250 | 106 | 340 | 31 | 105 | 0 | 14 | 426 | 107 | 72 |
| Binary | 10101000 | 1000110 | 11100000 | 11001 | 1000101 | 0 | 1100 | 100010110 | 1000111 | 111010 |
Color Harmonies of #A846E0
Complementary color
Monochromatic Colors of #A846E0
Black with #A846E0
Text Example
Text Example
White with #A846E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A846E0; }
p { color: rgb(168,70,224); }
H1.HeaderClassName
{
color: #A846E0;
}
.AnyTagClassName
{
color: #A846E0;
}
</style>
background-color css
<style>
a { background-color: #A846E0; }
a { background-color: rgb(168,70,224); }
div.DivClassName
{
background-color: #A846E0;
}
.BgClassName
{
background-color: #A846E0;
}
</style>
border-color css
<style>
span { border-color: #A846E0; }
span { border-color: rgb(168,70,224); }
td.TdClassName
{
border-color: #A846E0;
}
.TagClassName
{
border-color: #A846E0;
}
</style>